From 040d4089c2f7679041700fa0b13d0a37ccb3fc85 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 09:57:56 -0500 Subject: [PATCH] env at beginning Signed-off-by: Kenneth Reitz --- run-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 1ee00741..4dd7a96e 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -22,6 +22,8 @@ if [[ ! -z "$CI" ]]; then TAP_OUTPUT="1" export TAP_OUTPUT + env + echo "Installing Pipenv…" pip install -e "$(pwd)" --upgrade --upgrade-strategy=only-if-needed @@ -79,6 +81,4 @@ if [[ "$TAP_OUTPUT" ]]; then else echo "$ pipenv run time pytest -v -n auto tests -m \"$TEST_SUITE\"" "$RAM_DISK/.venv/bin/pipenv" run time pytest -v -n auto tests -m "$TEST_SUITE" -fi - -env \ No newline at end of file +fi \ No newline at end of file