summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFrank Harrison <frank@doublethefish.com>2020-04-22 08:48:43 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2020-04-23 08:47:11 +0200
commit0ccf1bca9fcd889e7f5ac85cc06098614d9e8ca3 (patch)
treed9b6b1ee025740171f55ee94e3af0ec343554ade /tox.ini
parenta2d03618d51573273a96150159c9620830f07bd7 (diff)
downloadpylint-git-0ccf1bca9fcd889e7f5ac85cc06098614d9e8ca3.tar.gz
profile| Remove the --profile-svg switch
We can use `tox -epy38 -- --profile-svg` to enable this functionality now that we have the pytest-profile dependency.
Diffstat (limited to 'tox.ini')
-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.