summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-06-13 21:27:20 +0300
committerMarius Gedminas <marius@gedmin.as>2019-06-13 21:27:20 +0300
commitcf8d718e589100108234fb22ae9c4cc991331c68 (patch)
tree372f699da031c51ced1525542575211317464897
parent22cdb2029e4d42b6b008459b8871b9a255a615a8 (diff)
downloadzope-traversing-cf8d718e589100108234fb22ae9c4cc991331c68.tar.gz
Properly support tox -p autodrop-py34
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 984b3ac..c22096d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
envlist =
py27,py35,py36,py37,pypy,pypy3,coverage,docs
+# Note: if you add new Python versions, please add them to
+# [testenv:coverage] depends as well!
[testenv]
usedevelop = true
@@ -22,6 +24,10 @@ commands =
coverage html
coverage xml
coverage report --fail-under=100 --show-missing
+# parallel mode: make sure all builds complete before we run this one
+depends =
+ py27,py35,py36,py37,pypy,pypy3
+parallel_show_output = true
[testenv:docs]
basepython =