summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 47c2d86ca..617745dd9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,9 +4,9 @@
# and then run "tox" from this directory.
[tox]
-envlist = py24, py25, py26, py27, py31, py32, py33, pypy
+envlist = py26, py27, py32, py33, py34, pypy
[testenv]
-setenv = CFLAGS=-O0
+setenv = CFLAGS="-O0 -ggdb"
commands =
{envpython} runtests.py -vv