diff --git a/setup.py b/setup.py index 6b1ce51e2..ac9b0eac9 100644 --- a/setup.py +++ b/setup.py @@ -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/ @@ -70,4 +70,4 @@ def make_entry_points(): return {'console_scripts': l} if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/tox.ini b/tox.ini index 1e8db2c16..e03ebb53c 100644 --- a/tox.ini +++ b/tox.ini @@ -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