Restore multiprocessing in unit tests (#6949)

* Revert "Travis: use --concurrency=multiprocessing only on build tests (#6872)"

This reverts commit 596d463714.

* Removing 'coverage combine' in test script

According to what was discovered in #6887, one of the problems is
calling 'coverage combine' twice without the '-a' flag. This removes
the first call within our test scripts.
This commit is contained in:
Massimiliano Culpo
2018-01-20 16:10:25 +01:00
committed by GitHub
parent cf736ae911
commit 621388e5ae
4 changed files with 2 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
# .coveragerc to control coverage.py
[run]
parallel = True
concurrency = multiprocessing
branch = True
source = lib
omit =