summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 13fa444..84507ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
py27,py27-pure,py35,py35-pure,py36,py37,pypy,pypy3,coverage,docs
+# NB: if you add new environments, please also add them to depends in
+# testenv:coverage so that parallel runs (tox -p auto) will work correctly
[testenv]
commands =
@@ -36,6 +38,8 @@ commands =
coverage report
coverage html
coverage xml
+depends = py27,py27-pure,py35,py35-pure,py36,py37,pypy,pypy3
+parallel_show_output = true
[testenv:docs]
basepython =