don't run concurrently on windows

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 12:58:14 -05:00
parent 54d8a63686
commit e3c306c6ce
+1 -1
View File
@@ -1,4 +1,4 @@
pip install -e . --upgrade --upgrade-strategy=only-if-needed
pipenv install --dev
pipenv run pytest -v -n auto tests --tap-stream > results.tap
pipenv run pytest -v tests --tap-stream > results.tap