Put the needed -r in

Change-Id: I108fd896ab25875f7311c1066beeeecc4957d336
This commit is contained in:
Monty Taylor 2013-08-01 09:46:04 -04:00
parent 4964c97463
commit c8c978c026

View File

@ -22,7 +22,7 @@
# Run the same basic pip command that the mirror script runs.
.venv/bin/pip install -M -U --exists-action=w $PIP_ARGS
if [ -e dev-requirements.txt ] ; then
.venv/bin/pip install -M -U --exists-action=w dev-requirements.txt
.venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt
fi
publishers: