summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-12-28 18:45:11 +0000
committerGerrit Code Review <review@openstack.org>2013-12-28 18:45:11 +0000
commit705813e4d475386d1a83a4055cb58abf29a85e4b (patch)
treed60e49b5669254ce6a3c7f645c0f3ad30198a98b /tox.ini
parent91c8a0a2a0d11a9259ebf1c5b997416fb14c95c3 (diff)
parent65a04bae64dab0984c9c32ce429c4c235cb5aacd (diff)
downloadpython-keystoneclient-705813e4d475386d1a83a4055cb58abf29a85e4b.tar.gz
Merge "Don't install pre-release software with tox"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index de36cc2..238d7e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = py26,py27,py33,pep8
[testenv]
usedevelop = True
+install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en