fix #59: provide better Jenkins stdout and stderr sections

This commit is contained in:
holger krekel
2011-07-12 23:09:03 +02:00
parent aafe6a8e34
commit f3bc197afb
9 changed files with 52 additions and 18 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.1.1.dev1',
version='2.1.1.dev2',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -32,7 +32,7 @@ def main():
author_email='holger at merlinux.eu',
entry_points= make_entry_points(),
# the following should be enabled for release
install_requires=['py>=1.4.4'],
install_requires=['py>=1.4.5.dev1'],
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',