summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a92a589a3..aba2ce036 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,7 +59,7 @@ setenv =
COVERAGE_FILE = {toxinidir}/.coverage.{envname}
commands =
- python -Wignore -m coverage run -m pytest --profile-svg {toxinidir}/tests/ {posargs:}
+ python -Wignore -m coverage run -m pytest {toxinidir}/tests/ {posargs:}
; Transform absolute path to relative path
; for compatibility with coveralls.io and fix 'source not available' error.