some fixes to make cross linux/windows remote testing work again

This commit is contained in:
holger krekel
2010-11-13 19:46:28 +01:00
parent 868848a9a6
commit 1bc444d5c8
5 changed files with 18 additions and 10 deletions

View File

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