diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2014-09-21 21:51:00 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2014-09-21 21:51:00 +0200 |
commit | bf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543 (patch) | |
tree | e6f1a28946b1bad1284b096d537b1751c8e25311 /tox.ini | |
parent | ac96bd9d73b2d84171fc529d7367a81c1d52edd8 (diff) | |
download | python-lxml-bf6824b4e82e2c4bd5f9ed246e5a4d8dffde1543.tar.gz |
add Py3.4 to tox config
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |