diff --git a/.zuul.yaml b/.zuul.yaml index dc27661..7332a87 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,4 +1,5 @@ - project: templates: - python35-charm-jobs + - openstack-python3-train-jobs - openstack-cover-jobs diff --git a/tox.ini b/tox.ini index 1ea1523..8305f10 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = pep8,py3 +envlist = pep8,py37 skip_missing_interpreters = True [testenv] @@ -25,6 +25,11 @@ basepython = python3.6 deps = -r{toxinidir}/test-requirements.txt commands = ostestr {posargs} +[testenv:py37] +basepython = python3.7 +deps = -r{toxinidir}/test-requirements.txt +commands = ostestr {posargs} + [testenv:pep8] basepython = python3 deps = -r{toxinidir}/test-requirements.txt