diff --git a/setup.py b/setup.py index 1193bcaa3..e989910ef 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def main(): name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.3.5dev6', + version='2.3.5.dev7', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], diff --git a/tox.ini b/tox.ini index 509d2d394..95914bce6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist=py25,py26,py27,py27-nobyte,py32,py33,py27-xdist,trial indexserver= pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org - #default = http://pypi.testrun.org + default = http://pypi.testrun.org [testenv] changedir=testing