Skip to content

Commit

Permalink
0.9.5 release, relaxing the required dependency to pytest>=2.8,<4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed May 30, 2017
1 parent b2158c1 commit 4049c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest>=2.8,<3.2
pytest>=2.8,<4
coverage>=4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name='pytest-testmon',
description='take TDD to a new level with py.test and testmon',
long_description=''.join(open('README.rst').readlines()),
version='0.9.4',
version='0.9.5',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
Expand All @@ -16,7 +16,7 @@
'testmon = testmon.pytest_testmon',
]
},
install_requires=['pytest>=2.8.0,<3.2', 'coverage>=4'],
install_requires=['pytest>=2.8.0,<4', 'coverage>=4'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 4049c2d

Please sign in to comment.