addresses issue209 - avoid error messages from pip on python2.4 related to file, however, never be imported with this interpreter

This commit is contained in:
holger krekel
2012-11-06 09:08:54 +01:00
parent b3c8991b22
commit 002c5072af
3 changed files with 3 additions and 3 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.3.3.dev1',
version='2.3.3.dev2',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],