fix run-tests.sh

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-05 14:11:27 -05:00
parent 9961434788
commit d786dfa1bd
+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 > results.tap
pipenv run time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap