Skip to content

Commit

Permalink
Re-enable python 2.4 and 2.5 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Mar 12, 2019
1 parent cdf6002 commit 681cdf2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ addons:
sources:
- deadsnakes
packages:
# - python2.4
# - python2.5
- python2.4
- python2.5
- python2.6
- python3.2
- python3.3
Expand All @@ -15,10 +15,10 @@ matrix:
include:
- python: 2.7
env: TOXENV=flake8
# - python: 2.7
# env: TOXENV=py24
# - python: 2.7
# env: TOXENV=py25
- python: 2.7
env: TOXENV=py24
- python: 2.7
env: TOXENV=py25
- python: 2.7
env: TOXENV=py26
- python: 2.7
Expand Down

0 comments on commit 681cdf2

Please sign in to comment.