pipe to results.tap

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 12:57:41 -05:00
parent 6b234066a8
commit 54d8a63686
+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
pipenv run pytest -v -n auto tests --tap-stream > results.tap