add py33 to tox.ini, report pypy-1.9 as working as well

This commit is contained in:
holger krekel 2012-10-01 10:31:04 +02:00
parent 5173647b4d
commit 7bc7a9b702
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ cross-project testing tool for Python.
Platforms: Linux, Win32, OSX
Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.6/1.7
Interpreters: Python versions 2.4 through to 3.3, Jython 2.5.1 and PyPy-1.9
Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/

View File

@ -1,6 +1,6 @@
[tox]
distshare={homedir}/.tox/distshare
envlist=py26,py27,py31,py32,py27-xdist,py25,py24
envlist=py26,py27,py31,py32,py33,py27-xdist,py25,py24
indexserver=
pypi = http://pypi.python.org/simple
testrun = http://pypi.testrun.org