summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 56738d4..1717ec9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,8 +3,11 @@
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
+# NOTE: PyCrypto supports Python 2.1 through 3.x, so your patch could still
+# fail even though it succeeds here.
+
[tox]
-envlist = py25, py26, py27, py32, py33, py34, pypy
+envlist = py26, py27, py32, py33, py34
[testenv]
commands = {envpython} setup.py test