diff options
author | Zuul <zuul@review.opendev.org> | 2020-04-20 20:52:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-04-20 20:52:17 +0000 |
commit | b2cd7a4898e9dbc1ca67913d96bf0f35fa619256 (patch) | |
tree | 9665d52f21fc5e921815a72a764eaaa3c93eadd5 | |
parent | 84d564582aabe2539b12f223769e8b3259b9dcbe (diff) | |
parent | 121ee8ce73dfb6b924eab8f8345ef32921bd7ced (diff) | |
download | keystone-b2cd7a4898e9dbc1ca67913d96bf0f35fa619256.tar.gz |
Merge "Stop configuring install_command in tox."
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,11 +1,10 @@ [tox] -minversion = 2.5.0 +minversion = 3.2.0 skipsdist = True envlist = py37,pep8,api-ref,docs,genconfig,genpolicy,releasenotes,protection [testenv] usedevelop = True -install_command = pip install {opts} {packages} basepython = python3 setenv = VIRTUAL_ENV={envdir} deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |