Merge "Changed minversion in tox to 3.18.0"
This commit is contained in:
commit
2ae3553f34
6
tox.ini
6
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
minversion = 3.1.0
|
||||
minversion = 3.18.0
|
||||
envlist = py3,pep8
|
||||
skipsdist = True
|
||||
# this allows tox to infer the base python from the environment name
|
||||
@ -23,7 +23,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/
|
||||
commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
stestr run --serial --slowest {posargs}
|
||||
whitelist_externals = find
|
||||
allowlist_externals = find
|
||||
|
||||
[testenv:integration]
|
||||
setenv = {[testenv]setenv}
|
||||
@ -68,7 +68,7 @@ commands =
|
||||
# This environment is called from CI scripts to test and publish
|
||||
# the API Ref to docs.openstack.org.
|
||||
#
|
||||
whitelist_externals = bash
|
||||
allowlist_externals = bash
|
||||
rm
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
|
Loading…
x
Reference in New Issue
Block a user