diff --git a/.zuul.yaml b/.zuul.yaml index 8ea8527..05f00f5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,5 +1,5 @@ - project: templates: - openstack-python-jobs - - openstack-python36-jobs + - openstack-python3-train-jobs - check-requirements diff --git a/setup.cfg b/setup.cfg index 293862c..7f18a6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = diff --git a/tox.ini b/tox.ini index 42a9007..2a8c363 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,pep8 +envlist = py27,py37,pep8 skipsdist = True [testenv]