Can we even ask for Python 2.4 on Travis?

This commit is contained in:
Marius Gedminas 2015-10-12 09:29:34 +03:00
parent 29202454c6
commit e31e866e79

View file

@ -3,6 +3,7 @@ language: python
matrix:
include:
- env: TOKENV=py24 INTEGRATION=no
python: 2.4
- env: TOXENV=py26 INTEGRATION=yes
python: 2.6
- env: TOXENV=py27 INTEGRATION=yes