env at beginning

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-06 09:57:56 -05:00
parent 6441328dc4
commit 040d4089c2
+3 -3
View File
@@ -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
fi