strike distribute dep

This commit is contained in:
holger krekel 2013-08-11 18:19:58 +02:00
parent 654212d93b
commit 57f997b0b4
3 changed files with 2 additions and 3 deletions

View File

@ -1,2 +1,2 @@
#
__version__ = '2.4.0.dev10'
__version__ = '2.4.0.dev11'

View File

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

View File

@ -33,7 +33,6 @@ basepython=python2.7
deps=pytest-xdist
setenv=
PYTHONDONTWRITEBYTECODE=1
distribute=true
commands=
py.test -n3 -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml {posargs:testing}