summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2014-02-02 12:04:35 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2014-02-02 12:04:35 +0100
commitee92e5b65276f0d977ea5c98e474713942c4a7d2 (patch)
tree72fd52c5f278564b8bf5c986afe0c4d98657098b
parent47d335b41d3d476dea3e9a16bde6e32215259fb4 (diff)
downloadrsa-ee92e5b65276f0d977ea5c98e474713942c4a7d2.tar.gz
Dropped support for Python 2.5; Tox doesn't support it any more and it's way too old anyway.
-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