tox: Run tests with 4 processes in parallel

This commit is contained in:
Stein Magnus Jodal 2015-03-05 12:28:31 +01:00
parent 1119555809
commit 67a41b980a

View File

@ -7,6 +7,7 @@ commands =
py.test \ py.test \
--basetemp={envtmpdir} \ --basetemp={envtmpdir} \
--junit-xml=xunit-{envname}.xml --cov=mopidy \ --junit-xml=xunit-{envname}.xml --cov=mopidy \
-n 4 \
{posargs} {posargs}
deps = deps =
mock mock