Skip to content

Commit 681cdf2

Browse files
committed
Re-enable python 2.4 and 2.5 testing
1 parent cdf6002 commit 681cdf2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ addons:
55
sources:
66
- deadsnakes
77
packages:
8-
# - python2.4
9-
# - python2.5
8+
- python2.4
9+
- python2.5
1010
- python2.6
1111
- python3.2
1212
- python3.3
@@ -15,10 +15,10 @@ matrix:
1515
include:
1616
- python: 2.7
1717
env: TOXENV=flake8
18-
# - python: 2.7
19-
# env: TOXENV=py24
20-
# - python: 2.7
21-
# env: TOXENV=py25
18+
- python: 2.7
19+
env: TOXENV=py24
20+
- python: 2.7
21+
env: TOXENV=py25
2222
- python: 2.7
2323
env: TOXENV=py26
2424
- python: 2.7

0 commit comments

Comments
 (0)