diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-11-23 10:27:09 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2012-11-23 10:27:09 -0800 |
commit | 42262075cff05b76342951932c94c9ea58f9a8d1 (patch) | |
tree | 76e5145a94a05c94219dd33a038588aac6342097 /tox.ini | |
parent | b89169598734d464f1e665e9ef65ab67584e781c (diff) | |
download | python-lxml-42262075cff05b76342951932c94c9ea58f9a8d1.tar.gz |
Add py33 to tox.ini
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, py30, py31, py32 +envlist = py26, py27, py30, py31, py32, py33 [testenv] commands = |