Add python 3.3 (alpha) to the tox config.

This commit is contained in:
Ben Darnell 2012-03-24 16:05:11 -07:00
parent 2f0fbd9ba9
commit e81f42b3cf
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
[tox]
# "-full" variants include optional dependencies, to ensure
# that things work both in a bare install and with all the extras.
envlist = py27-full, py27-curl, py25-full, py32, pypy, py25, py26, py26-full, py27
envlist = py27-full, py27-curl, py25-full, py32, pypy, py25, py26, py26-full, py27, py33
[testenv]
commands = python -m tornado.test.runtests {posargs:}
@ -70,3 +70,7 @@ commands = python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.
# pypy, but doesn't work.
# No py32-full yet: none of our dependencies currently work on python3.
[testenv:py33]
# tox doesn't yet know "py33" by default
basepython = python3.3