commit | 89c7c46dfc1a2950b806bdbefeb872a86f5849d9 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Dec 12 04:14:12 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 12 04:14:12 2013 +0000 |
tree | ce2436e7d2cba7a6fe1eb6f67c6ed514344299ca | |
parent | 7bb192984dc16ee11ab30c3456089b970fa3a2ff [diff] | |
parent | 0222594088f763f47b3180586f6eaaaf140a6831 [diff] |
Merge "Don't have tox install pre-release software"
diff --git a/tox.ini b/tox.ini index e5698d2..9389cf4 100644 --- a/tox.ini +++ b/tox.ini
@@ -9,6 +9,7 @@ LANGUAGE=en_US:en LC_ALL=C usedevelop = True +install_command = pip install -U {opts} {packages} [testenv:py26] commands = python setup.py test --slowest --testr-arg='tempest\.tests {posargs}'