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 b32cbce commit 3f050ff
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 =
py35,
py36,
Expand All @@ -24,6 +26,12 @@ setenv =

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

0 comments on commit 3f050ff

Please sign in to comment.