Skip to content

Commit

Permalink
Parallerize test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Nov 1, 2017
1 parent 84edbf7 commit 87a9d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ deps =
-r{toxinidir}/requirements.txt
commands =
pip install -U pip
py.test --basetemp={envtmpdir} ico/tests
# Parallerize
pip install pytest-xdist
py.test -n 6 --basetemp={envtmpdir} ico/tests

usedevelop = true

0 comments on commit 87a9d4d

Please sign in to comment.