remove py25 from automated testing

This commit is contained in:
holger krekel 2013-12-12 08:16:16 +01:00
parent 1644cd2da5
commit 6d26c44895
1 changed files with 1 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[tox]
distshare={homedir}/.tox/distshare
envlist=flakes,py25,py26,py27,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,trial
envlist=flakes,py26,py27,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,trial
[testenv]
changedir=testing
@ -12,11 +12,6 @@ deps=
changedir=.
commands= py.test --genscript=pytest1
[testenv:py25]
setenv =
PIP_INSECURE=1
deps=nose
[testenv:flakes]
changedir=
deps = pytest-flakes>=0.2