From 67a41b980a7049690f9c7cc229c1c7da46d6a9e5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 5 Mar 2015 12:28:31 +0100 Subject: [PATCH] tox: Run tests with 4 processes in parallel --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ad43d9ec..e6470146 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ commands = py.test \ --basetemp={envtmpdir} \ --junit-xml=xunit-{envname}.xml --cov=mopidy \ + -n 4 \ {posargs} deps = mock