summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2014-06-22 18:30:34 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2016-04-01 17:47:18 -0700
commit6712eb246953b85fe76d7375236c91d14cc1bab5 (patch)
tree678f2a88a7b82a54e0c3307732b46c8ec1cc10ab
parent0bd4a81fcdcef2f0c693dbf37c3501f5e5ed88f0 (diff)
downloadpycrypto-6712eb246953b85fe76d7375236c91d14cc1bab5.tar.gz
tox.ini: We don't support pypy; tox no longer supports Python 2.5; add comment
-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