Skip to content

Commit b45a17a

Browse files
committed
Run tests in parallel via tox
1 parent 33e1518 commit b45a17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ env_list =
99
[testenv]
1010
deps =
1111
numpy
12+
pytest-sugar
1213
extras =
1314
tests
1415
commands =
1516
{envpython} selftest.py
16-
{envpython} -m pytest -W always {posargs}
17+
{envpython} -m pytest --numprocesses auto -W always {posargs}
1718

1819
[testenv:lint]
1920
skip_install = true

0 commit comments

Comments
 (0)