Fixes for tox 4
Change-Id: If8df3833e66f02b4fbb51cf8d19c26197bfe997e
This commit is contained in:
parent
3cde50caf5
commit
42c4cc5681
@ -1,4 +1,4 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python3-antelope-jobs
|
||||
- openstack-python3-jobs
|
||||
- openstack-cover-jobs
|
||||
|
9
tox.ini
9
tox.ini
@ -1,6 +1,5 @@
|
||||
[tox]
|
||||
minversion = 3.18.0
|
||||
skipsdist = True
|
||||
envlist = py3,pep8
|
||||
ignore_basepython_conflict=true
|
||||
|
||||
@ -19,7 +18,13 @@ deps =
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
stestr run {posargs}
|
||||
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
|
||||
passenv =
|
||||
http_proxy
|
||||
HTTP_PROXY
|
||||
https_proxy
|
||||
HTTPS_PROXY
|
||||
no_proxy
|
||||
NO_PROXY
|
||||
|
||||
[testenv:pep8]
|
||||
deps =
|
||||
|
Loading…
Reference in New Issue
Block a user