Merge "Stop configuring install_command in tox."

This commit is contained in:
Zuul 2020-04-20 20:52:17 +00:00 committed by Gerrit Code Review
commit b2cd7a4898
1 changed files with 1 additions and 2 deletions

View File

@ -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}