From d786dfa1bd1d6fc3dd60277c13dd6f1cd84da4ce Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 5 Mar 2018 14:11:27 -0500 Subject: [PATCH] fix run-tests.sh Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 202a306a..8d189676 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -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 \ No newline at end of file +pipenv run time pytest -v -n auto tests -m "$TEST_SUITE" --tap-stream > results.tap \ No newline at end of file