diff options
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 = |
