Skip to content

Commit 870609a

Browse files
committed
Run tests in parallel
1 parent e9ef0d8 commit 870609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ deps =
9696

9797
pytest-cov ~= 2.5.1
9898
pytest-randomly ~= 2.1.1
99-
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
99+
commands = py.test -p no:mypy -n auto --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs}
100100

101101
[testenv:flake8]
102102
skip_install = true

0 commit comments

Comments
 (0)