From 0fb353339a49903a9dab719ae058a58bb9fa964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Mon, 10 Dec 2018 17:26:24 +0100 Subject: [PATCH] [Configuration] Add missing py37 and corrected default envlist. Change order of default tox envlist in order of likeliness to fail on a new change and add py37 and py36. Change-Id: If72e480c12385463088e2e0962801cd7095a6f12 --- tox.ini | 2 +- zuul.d/layout.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1d91694219..dd73f9c391 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py35,py27,pep8 +envlist = pep8,py37,py36,py35,py27 [testenv] usedevelop = True diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 4c4eae1bf9..70658884f3 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -7,6 +7,7 @@ - openstack-python-jobs - openstack-python36-jobs - tripleo-standalone-scenarios-full + - openstack-python37-jobs check: jobs: - openstack-tox-pep8