Skip to content
Snippets Groups Projects
Commit a00a9947 authored by ulif's avatar ulif
Browse files

Declare `coverage` dependency (again) for tests.

Travis is not happy without `coverage`. It would be nice if we could
such requirements before commits. Maybe `tox` is the way to go then?
On the other hand it is nice to have different builds in travis.
parent acf1cfd4
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ install_requires = [
tests_require = [
'pytest >= 2.0.3',
'coverage',
]
docs_require = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment