summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini10
1 files changed, 1 insertions, 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