Marc Abramowitz
2012-06-01 b555e98c477056a7b32a46294c42c11a3b96b432
Add "py33" to tox.ini
1 files modified
10 ■■■■■ changed files
tox.ini 10 ●●●●● patch | view | raw | blame | history
tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = 
    py26,py27,py32,pypy,cover
    py26,py27,py32,py33,pypy,cover
[testenv]
commands = 
@@ -21,6 +21,14 @@
    virtualenv
    venusian
[testenv:py33]
commands =
    python setup.py test -q
deps =
    WebTest
    virtualenv
    venusian
[testenv:cover]
basepython =
    python2.6