Merge "Remove -U from pip install"

This commit is contained in:
Zuul 2017-12-06 14:31:37 +00:00 committed by Gerrit Code Review
commit 60a5eb316f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ deps =
whitelist_externals = bash
find
rm
install_command = pip install -U {opts} {packages}
install_command = pip install {opts} {packages}
commands =
find . -type f -name "*.pyc" -delete
rm -Rf .testrepository/times.dbm