mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user