add py33 to tox.ini, report pypy-1.9 as working as well
This commit is contained in:
parent
5173647b4d
commit
7bc7a9b702
4
setup.py
4
setup.py
|
@ -11,7 +11,7 @@ cross-project testing tool for Python.
|
||||||
|
|
||||||
Platforms: Linux, Win32, OSX
|
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/
|
Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/
|
||||||
|
|
||||||
|
@ -70,4 +70,4 @@ def make_entry_points():
|
||||||
return {'console_scripts': l}
|
return {'console_scripts': l}
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
distshare={homedir}/.tox/distshare
|
distshare={homedir}/.tox/distshare
|
||||||
envlist=py26,py27,py31,py32,py27-xdist,py25,py24
|
envlist=py26,py27,py31,py32,py33,py27-xdist,py25,py24
|
||||||
indexserver=
|
indexserver=
|
||||||
pypi = http://pypi.python.org/simple
|
pypi = http://pypi.python.org/simple
|
||||||
testrun = http://pypi.testrun.org
|
testrun = http://pypi.testrun.org
|
||||||
|
|
Loading…
Reference in New Issue