Ah, removed Python 2.5 because it's not supported on Travis anymore.

This commit is contained in:
Jannis Leidel
2014-12-30 13:56:35 +01:00
parent 96222d9408
commit 8fc897fac5
2 changed files with 1 additions and 4 deletions

View File

@@ -7,8 +7,6 @@ install:
script:
- tox
env:
- TOXENV=py25-1.4.X
- TOXENV=py25-1.5.X
- TOXENV=py26-1.4.X
- TOXENV=py26-1.5.X
- TOXENV=py27-1.4.X

View File

@@ -33,13 +33,12 @@ three_two =
[tox]
envlist =
{py25,py26,py27}-{1.4.X,1.5.X},
{py26,py27}-{1.4.X,1.5.X},
{py26,py27,py32,py33}-{1.6.X},
{py27,py32,py33,py34}-{1.7.X}
[testenv]
basepython =
py25: python2.5
py26: python2.6
py27: python2.7
py32: python3.2