summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-05 21:44:49 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-05-05 21:44:49 +0200
commitb1824c4f4011291801eda0abfe3104a2d333af4f (patch)
tree257df0fecb99732e6a29002c140347f4fe6c1955
parent7063a3183628b6c1b7525f58227172f4074992ba (diff)
downloadmarkupsafe-b1824c4f4011291801eda0abfe3104a2d333af4f.tar.gz
fix #94 by using pytest-cov instead of plain coverage
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 33d665a..e480942 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,9 +8,8 @@ envlist =
passenv = LANG
deps =
pytest>=3
- coverage
-commands = coverage run -p -m pytest {posargs}
-
+ pytest-cov
+commands = pytest --cov=markupsafe {posargs}
[testenv:docs-html]
deps =
sphinx