Skip to content

Commit

Permalink
Allow to use tox -pall to run the tests in parallel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 30, 2020
1 parent 6ba9467 commit 77b0c27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[tox]
# If adding or removing envs here please update the testenv:coverage-report
# section as well:
envlist =
py27,
py27-zserver,
Expand Down Expand Up @@ -41,6 +43,12 @@ setenv =

[testenv:coverage-report]
basepython = python3.6
depends =
py27,
py35,
py36,
py37,
py38,
deps =
-cconstraints.txt
coverage
Expand Down

0 comments on commit 77b0c27

Please sign in to comment.