summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:02:06 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-11-20 13:02:06 +0100
commitb7b7e067bc33674ce43f3bf0ff5cae43f4a80031 (patch)
tree2edcea05dd45a84acd66224e568bd87745ed4fd4
parentb22896f464342e751ab3efbd37906f6fa09959f8 (diff)
downloadtrollius-b7b7e067bc33674ce43f3bf0ff5cae43f4a80031.tar.gz
tox.ini: add py34 testenv to enable debug
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f964407..15b65cf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,3 +30,8 @@ commands=python runtests.py -r
setenv =
TROLLIUSDEBUG = 1
commands=python runtests.py -r
+
+[testenv:py34]
+setenv =
+ TROLLIUSDEBUG = 1
+commands=python runtests.py -r