finalize 1.12 version, some more adaptation for pytest versions, streamlining tox.ini

This commit is contained in:
holger krekel
2015-05-06 13:41:39 +02:00
parent faf2e0861f
commit 2ea07f73a7
6 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.11',
version='1.12',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='MIT',