summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zuul.yaml2
-rw-r--r--tox.ini3
2 files changed, 2 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 3a9e1cc..1911558 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,4 +1,4 @@
- project:
templates:
- check-requirements
- - openstack-python3-xena-jobs
+ - openstack-python3-jobs
diff --git a/tox.ini b/tox.ini
index 030f05b..c5892f9 100644
--- a/tox.ini
+++ b/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 =