diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2012-11-23 22:56:11 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2012-11-23 22:56:11 +0100 |
commit | 09b81dba00c17eba70411dfe3538d8e3d200da14 (patch) | |
tree | dbb546ec48e1996dc828ff3db6e0cafeda3b113e /tox.ini | |
parent | 79ea643f62c11ce5508cd76de601b4544a1973eb (diff) | |
download | python-lxml-09b81dba00c17eba70411dfe3538d8e3d200da14.tar.gz |
fix versions of test environments and Cython in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py30, py31, py32, py33 +envlist = py24, py25, py26, py27, py30, py31, py32, py33 [testenv] commands = @@ -12,4 +12,4 @@ commands = {envpython} setup.py build_ext --inplace make test deps = - Cython>=0.14.1 + Cython>=0.17.2 |