Fix tox.ini to work with tox4
Also, update our minversion to match swift. Change-Id: I3d0cd6ef11f010f79367598dbb242121c7348d4d
This commit is contained in:
parent
7d3192cdee
commit
db047a71e9
3
tox.ini
3
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
envlist = py3,pypy,pep8
|
||||
minversion = 1.6
|
||||
minversion = 3.18.0
|
||||
|
||||
[testenv]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
@ -8,7 +8,6 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = stestr run --slowest {posargs}
|
||||
passenv = *_proxy *_PROXY
|
||||
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user