summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 051b56381..05074761e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion=2.0
-envlist=docs,flake8,mypy,py{27,34,35,36},pypy,du{11,12,13,14}
+envlist=docs,flake8,mypy,coverage,py{27,34,35,36,py},du{11,12,13,14}
[testenv]
passenv = https_proxy http_proxy no_proxy
@@ -12,8 +12,9 @@ deps =
.[test,websupport]
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
+ coverage: PYTEST_ADDOPTS = --cov sphinx
commands=
- {envpython} -Wall tests/run.py --cov sphinx --durations 25 {posargs}
+ {envpython} -Wall tests/run.py --durations 25 {posargs}
[testenv:du11]
deps=