diff --git a/.zuul.yaml b/.zuul.yaml index af4c1bd1..865304ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,4 @@ - project: templates: - - openstack-python3-antelope-jobs + - openstack-python3-jobs - openstack-cover-jobs diff --git a/tox.ini b/tox.ini index 3b0dbe43..ae15e190 100644 --- a/tox.ini +++ b/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 =