make dev pytest depend on installing from pypi.testrun.org

This commit is contained in:
holger krekel 2013-02-14 11:57:32 +01:00
parent d0e18ac63f
commit 3785f1aae3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ def main():
name='pytest', name='pytest',
description='py.test: simple powerful testing with Python', description='py.test: simple powerful testing with Python',
long_description = long_description, long_description = long_description,
version='2.3.5dev6', version='2.3.5.dev7',
url='http://pytest.org', url='http://pytest.org',
license='MIT license', license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

View File

@ -4,7 +4,7 @@ envlist=py25,py26,py27,py27-nobyte,py32,py33,py27-xdist,trial
indexserver= indexserver=
pypi = http://pypi.python.org/simple pypi = http://pypi.python.org/simple
testrun = http://pypi.testrun.org testrun = http://pypi.testrun.org
#default = http://pypi.testrun.org default = http://pypi.testrun.org
[testenv] [testenv]
changedir=testing changedir=testing