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