From 3785f1aae371898476b2b8e3b5493ead49fc7889 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 14 Feb 2013 11:57:32 +0100 Subject: [PATCH] make dev pytest depend on installing from pypi.testrun.org --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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