summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2018-10-15 12:38:53 -0400
committerSorin Sbarnea <ssbarnea@redhat.com>2019-05-23 10:42:30 +0000
commit20d95468bcc5df499b17e28b6ce440ad03a9a94f (patch)
treeeb9597e4d8115338bd22f0dca4a458246b03920c
parent30926f6dbe05996009d407750acb5ea52a039e62 (diff)
downloadpbr-20d95468bcc5df499b17e28b6ce440ad03a9a94f.tar.gz
Add openstack-tox-py37 job
Enables py37 testing while also being more friendly with developer environments where not all python versions may be available. Runs the docs jobs last as that one is the least likely to be needed. Tox min version is needed for the new options used inside. Change-Id: Icc6cb4979b2523a0edfc6375c5c032bb8be76b9f Story: #2004073 Task: #27440
-rw-r--r--.zuul.yaml1
-rw-r--r--tox.ini6
2 files changed, 5 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 0f13f83..403b800 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -112,6 +112,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
+ - openstack-python37-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
check:
diff --git a/tox.ini b/tox.ini
index 4d460d8..d029afc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
-minversion = 2.0
-envlist = py{27,35,36},pep8,docs
+minversion = 3.1
+envlist = pep8,py{37,36,35,27},docs
+ignore_basepython_conflict = True
+skip_missing_interpreters = True
[testenv]
usedevelop = True