From 354f7f87f126d6ea9a36929050f702510826c1eb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 7 Sep 2015 23:02:47 +0200 Subject: [PATCH] Revert "tox: Test if coverage data is readable if not using pytest-xdist" This reverts commit 6bfb250f2ae2ca4550c9719786f7bb25035e54d6. --- tox.ini | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 511642b2..ecc358ac 100644 --- a/tox.ini +++ b/tox.ini @@ -3,17 +3,19 @@ envlist = py27, py27-tornado23, py27-tornado31, docs, flake8 [testenv] sitepackages = true +commands = + py.test \ + --basetemp={envtmpdir} \ + --cov=mopidy --cov-report=term-missing \ + -n 4 \ + {posargs} deps = mock pytest pytest-capturelog pytest-cov + pytest-xdist responses -commands = - py.test \ - --basetemp={envtmpdir} \ - --cov=mopidy --cov-report=term-missing \ - {posargs} [testenv:py27-tornado23] commands = py.test tests/http