From 31365bdcf943a321e56b24d2e12afc50b6e8b077 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 5 Dec 2019 12:57:25 -0600 Subject: [PATCH] Change py3 testing to py36 The py35 env is unhappy on bionic. So we either need to update that to use xenial nodes - or just update to 3.6 which is better anyway. Change-Id: Id2116657b9f497e213818bd905db7485c915ec0d --- .zuul.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 872591be..57602cf0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,18 +16,16 @@ - tox-pep8 - tox-py27: timeout: 6000 - - tox-py35: + - tox-py36: timeout: 6000 - nodeset: ubuntu-xenial gate: jobs: - storyboard-tox-sqlite - tox-pep8 - tox-py27: timeout: 6000 - - tox-py35: + - tox-py36: timeout: 6000 - nodeset: ubuntu-xenial post: jobs: - publish-openstack-python-branch-tarball