Skip to content
Snippets Groups Projects
Commit 158760b1 authored by Martin Blanchard's avatar Martin Blanchard
Browse files

setup.py: Unpin the coverage dependency

parent 00e3ec48
Branches
Tags
Loading
Pipeline #34789202 passed
......@@ -86,7 +86,7 @@ def get_cmdclass():
return cmdclass
tests_require = [
'coverage == 4.4.0',
'coverage >= 4.5.0',
'moto',
'pep8',
'psutil',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment