Re-enable python 2.4 and 2.5 testing

This commit is contained in:
Matt Martz 2019-03-12 11:01:31 -05:00
parent cdf6002865
commit 681cdf20a5
1 changed files with 6 additions and 6 deletions

View File

@ -5,8 +5,8 @@ addons:
sources:
- deadsnakes
packages:
# - python2.4
# - python2.5
- python2.4
- python2.5
- python2.6
- python3.2
- python3.3
@ -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