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