Skip to content

Commit

Permalink
Merge pull request #48 from ionelmc/patch-1
Browse files Browse the repository at this point in the history
Add upper version contraint for the coverage depedency
  • Loading branch information
coagulant committed Sep 27, 2014
2 parents 5698e24 + b84de61 commit 1de2215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):
'coveralls = coveralls.cli:main',
],
},
install_requires=['PyYAML>=3.10', 'docopt>=0.6.1', 'coverage>=3.6', 'requests>=1.0.0'],
install_requires=['PyYAML>=3.10', 'docopt>=0.6.1', 'coverage>=3.6,<4.0', 'requests>=1.0.0'],
tests_require=['mock', 'pytest', 'sh>=1.08'],
cmdclass={'test': PyTest},
classifiers=[
Expand Down

0 comments on commit 1de2215

Please sign in to comment.