summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-11-23 22:56:11 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-11-23 22:56:11 +0100
commit09b81dba00c17eba70411dfe3538d8e3d200da14 (patch)
treedbb546ec48e1996dc828ff3db6e0cafeda3b113e /tox.ini
parent79ea643f62c11ce5508cd76de601b4544a1973eb (diff)
downloadpython-lxml-09b81dba00c17eba70411dfe3538d8e3d200da14.tar.gz
fix versions of test environments and Cython in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ca99f8b9..cd603715 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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