From ee92e5b65276f0d977ea5c98e474713942c4a7d2 Mon Sep 17 00:00:00 2001 From: "Sybren A. St?vel" Date: Sun, 2 Feb 2014 12:04:35 +0100 Subject: Dropped support for Python 2.5; Tox doesn't support it any more and it's way too old anyway. --- tox.ini | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index f919f76..70a8eba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py32,py33,pypy +envlist = py26,py27,py32,py33,pypy [pytest] addopts = -n4 -v --cov rsa --cov-report term-missing # --doctest-modules @@ -7,14 +7,6 @@ addopts = -n4 -v --cov rsa --cov-report term-missing # --doctest-modules [testenv] commands=py.test [] -[testenv:py25] -deps=pyasn1 >=0.1.3 - coverage >=3.5 - unittest2 - PyTest - pytest-xdist - pytest-cov - [testenv:py26] deps=pyasn1 >=0.1.3 coverage >=3.5 -- cgit v1.2.1