Remove NPM install for unittest runs

This commit is contained in:
Michael Youngstrom
2018-06-29 12:06:04 -04:00
parent d5df04fca4
commit 17238132b7
3 changed files with 4 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ set -e
PAVER_ARGS="-v"
PARALLEL="--processes=-1"
export SKIP_NPM_INSTALL="True"
# Skip re-installation of Python prerequisites inside a tox execution.
if [[ -n "$TOXENV" ]]; then