fix unittest/marker integration

This commit is contained in:
holger krekel
2011-12-28 16:47:08 +00:00
parent e3a8b1e062
commit c126cac98d
4 changed files with 15 additions and 8 deletions

View File

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