Merge pull request #968 from dcermak/fix_xdist_py2_7

Allow xdist to run the tests in parallel for the Python 2.7 env
This commit is contained in:
Marcus Schäfer 2019-02-27 08:55:07 +01:00 committed by GitHub
commit 80bc4a64a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ commands =
bash -c 'cd ../../ && ./setup.py develop'
pytest --no-cov-on-fail --cov=kiwi \
--cov-report=term-missing \
--cov-fail-under=100 --cov-config .coveragerc
--cov-fail-under=100 --cov-config .coveragerc {posargs}
# Unit Test run with basepython set to 3.4