summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2012-12-21 18:03:46 +0100
committerStefan Behnel <stefan_ml@behnel.de>2012-12-21 18:03:46 +0100
commitb8bffaa4a16989375c7157426b4be4ffe207a1c0 (patch)
treee7ee7718267e1b8361359fe6e550390c122413a6 /tox.ini
parent102baeb339a5cf1e6c0c3a399f00b53f3719e00a (diff)
downloadcython-b8bffaa4a16989375c7157426b4be4ffe207a1c0.tar.gz
update travis/tox test config
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 69eab3a9e..47c2d86ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py25, py26, py27, py30, py31, py32 #, pypy
+envlist = py24, py25, py26, py27, py31, py32, py33, pypy
[testenv]
setenv = CFLAGS=-O0