PLAT-1831 Install prereqs for tox-based bok-choy and lettuce runs

This commit is contained in:
Jeremy Bowman
2018-01-12 16:31:03 -05:00
parent 7858066776
commit 8513945229
6 changed files with 49 additions and 32 deletions

View File

@@ -32,6 +32,11 @@ set -e
PAVER_ARGS="-v"
PARALLEL="--processes=-1"
# Skip re-installation of Python prerequisites inside a tox execution.
if [[ -n "$TOXENV" ]]; then
export NO_PREREQ_INSTALL="True"
fi
case "${TEST_SUITE}" in
"lms-unit")