concurrency in coverage report

This commit is contained in:
2017-05-27 20:08:08 -04:00
parent 048997daa0
commit e4d8571080
+1 -1
View File
@@ -11,7 +11,7 @@ test-readme:
python setup.py check -r -s
coverage:
py.test --cov-config .coveragerc --verbose --cov-report term --cov-report xml --cov=requests tests
py.test --cov-config .coveragerc --verbose --cov-report term --boxed -n 9 --cov-report xml --cov=requests tests
publish:
pip install 'twine>=1.5.0'