setup.py | 1 - tox.ini | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6c57899..0a0bc76 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ setup( scripts=["pygal_gen.py"], keywords=[ "svg", "chart", "graph", "diagram", "plot", "histogram", "kiviat"], - setup_requires=['pytest-runner'], cmdclass={'test': PyTest}, package_data={'pygal': ['css/*', 'graph/maps/*.svg']}, extras_require={ diff --git a/tox.ini b/tox.ini index b3dfb40..50431fe 100644 --- a/tox.ini +++ b/tox.ini @@ -14,5 +14,4 @@ setenv = COVERAGE_FILE=.cov-{envname} commands = - coverage run --source=pygal {envbindir}/py.test {posargs:pygal/test} --junitxml=junit-{envname}.xml --flake8 - coverage xml -o coverage-{envname}.xml + {envbindir}/py.test {posargs:pygal/test}