From fdccfd732a06e2ca62efe5775f4e32fd5291239f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Mon, 10 Dec 2018 17:20:14 +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: I503752b67abd736ad48d9897d540e31a85f28d7d --- tox.ini | 2 +- zuul.d/layout.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c1f1b3f59..60de9f1da 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py35,py27,pypy,pep8 +envlist = pep8,py37,py36,py35,py27 skipsdist = True [testenv] diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 656334887..a8b6882cf 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -5,6 +5,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-multinode-baremetal-minimal