diff --git a/setup.py b/setup.py index b70402c..ea6817e 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def get_version(): 'mock', 'pycodestyle == 2.2.0', 'pylint>=1.7.1,<1.8', - 'pytest-cov == 2.5.1', # pinned, see https://github.com/z4r/python-coveralls/issues/66 + 'pytest-cov>=2.4.0,<2.6', # pinned, see https://github.com/z4r/python-coveralls/issues/66 'pytest-randomly', 'pytest>=3.0', 'requests-mock',