From 7d6db864ea3f1d6e29cb5214cbfcc894d6091512 Mon Sep 17 00:00:00 2001 From: Dwayne Litzenberger Date: Sun, 22 Jun 2014 18:30:34 -0700 Subject: tox.ini: We don't support pypy; tox no longer supports Python 2.5; add comment --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1