Skip to content
Snippets Groups Projects
Commit c70bf39f authored by juga's avatar juga
Browse files

Move coverage dependency to setup and remove pytest-cov,

as not being used currently
parent ebbec0da
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ setup(
],
extras_require={
'dev': ['flake8'],
'test': ['tox', 'pytest', 'pytest-cov'],
'test': ['tox', 'pytest', 'coverage'],
# recommonmark: to make sphinx render markdown
'doc': ['sphinx', 'recommonmark'],
},
......
......@@ -20,7 +20,7 @@ commands =
skip_install = True
changedir={toxinidir}
deps =
coverage
.[test]
commands=
# nothing to combine while not using several python versions
# coverage combine
......
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