tox: Bump minimum to tox 4.x
Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Iecab3e0d0f088e2433916970f27797cf0cd0a8e9
This commit is contained in:
parent
a814032763
commit
629a2b20ac
10
tox.ini
10
tox.ini
@ -1,10 +1,8 @@
|
||||
[tox]
|
||||
minversion = 3.1.0
|
||||
minversion = 4.6.0
|
||||
envlist = py3,pep8
|
||||
ignore_basepython_conflict = True
|
||||
|
||||
[testenv]
|
||||
basepython = python3
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
@ -35,8 +33,10 @@ commands =
|
||||
|
||||
|
||||
[testenv:releasenotes]
|
||||
deps = {[testenv:docs]deps}
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
deps =
|
||||
{[testenv:docs]deps}
|
||||
commands =
|
||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
show-source = true
|
||||
|
Loading…
Reference in New Issue
Block a user