summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-09-21 21:51:00 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-09-21 21:51:00 +0200
commitbf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543 (patch)
treee6f1a28946b1bad1284b096d537b1751c8e25311 /tox.ini
parentac96bd9d73b2d84171fc529d7367a81c1d52edd8 (diff)
downloadpython-lxml-bf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543.tar.gz
add Py3.4 to tox 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 84ec1732..55dac1c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27, py32, py33
+envlist = py26, py27, py32, py33, py34
[testenv]
setenv = CFLAGS="-g -O0"