diff options
author | Georg Brandl <georg@python.org> | 2012-10-30 10:46:32 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-30 10:46:32 +0100 |
commit | e5d9087348c122a1c6c628eebd309bc6899dba12 (patch) | |
tree | 5d2370ec2f043de96f91e02a9f25366c8f088725 /tox.ini | |
parent | 60969c6ffae286c22744b73f1f1abc6478bf71e7 (diff) | |
download | sphinx-e5d9087348c122a1c6c628eebd309bc6899dba12.tar.gz |
Add a py33 environment.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist=py25,py26,py27,py31,py32,pypy,du09,du08,du07 +envlist=py25,py26,py27,py31,py32,py33,pypy,du09,du08,du07 [testenv] deps= |