results.tap

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 14:10:19 -05:00
parent 9b89ae198a
commit 9961434788
+1 -1
View File
@@ -21,4 +21,4 @@ if [[ ! -z "$CI" ]]; then
pipenv install --deploy --system --dev
fi
pipenv run --system time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream | tee results.tap
pipenv run --system time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap