summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-12-30 15:30:38 +0000
committerGerrit Code Review <review@openstack.org>2013-12-30 15:30:38 +0000
commit0fd757d3ed10842a4cd34036a4ab6f983c3f6238 (patch)
treed2cf9448e7693f1e767f0bcd23d989c6c6c1c818
parent23e6cb4e11252a04a151b536f15c7a2fc089ec8f (diff)
parenta530d5ed8187fbc613c09fd44584f14c572fe217 (diff)
downloadoslosphinx-0fd757d3ed10842a4cd34036a4ab6f983c3f6238.tar.gz
Merge "Add -U flag to pip install command"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 273252f..0c8d1c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = pep8
[testenv]
usedevelop = True
-install_command = pip install {opts} {packages}
+install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}