Skip to content

Commit 5c1b1d1

Browse files
committed
Run tests in parallel via tox
1 parent 602acd5 commit 5c1b1d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ env_list =
99
[testenv]
1010
deps =
1111
numpy
12+
pytest-sugar
1213
extras =
14+
test-arrow
1315
tests
1416
commands =
1517
{envpython} selftest.py
16-
{envpython} -m pytest -W always {posargs}
18+
{envpython} -m pytest --numprocesses auto -W always {posargs}
1719

1820
[testenv:lint]
1921
skip_install = true

0 commit comments

Comments
 (0)