From 65f310e8a934088e24350978dc808af3ec045f1e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 2 May 2018 15:32:53 -0400 Subject: [PATCH] Add tox-py36 job Ubuntu bionic (18.04) provides python3.6, lets write a tox job to also support it. Change-Id: I7104a2bdc1e568bf83c618bc2127f8622e6ceba9 Signed-off-by: Paul Belanger --- zuul.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zuul.yaml b/zuul.yaml index 5dcea48d4..911e695c1 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -85,6 +85,16 @@ vars: tox_envlist: py35 +- job: + name: tox-py36 + parent: tox + description: | + Run unit tests for a Python project under cPython version 3.6. + + Uses tox with the ``py36`` environment. + vars: + tox_envlist: py36 + - job: name: tox-docs parent: tox