Merge "Stop configuring install_command in tox."
This commit is contained in:
commit
b2cd7a4898
3
tox.ini
3
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user