Merge "Update the minversion parameter."

This commit is contained in:
Zuul 2020-04-07 09:39:12 +00:00 committed by Gerrit Code Review
commit 18f7d3851c
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[tox]
minversion = 3.1.1
minversion = 3.2.0
envlist = py37,pypy,pep8
skipsdist = True
ignore_basepython_conflict = True
@ -7,13 +7,12 @@ ignore_basepython_conflict = True
[testenv]
basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = find
setenv = VIRTUAL_ENV={envdir}
commands =
find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete