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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'],
    },
+1 −1
Original line number Diff line number Diff line
@@ -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