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 <pabelanger@redhat.com>
This commit is contained in:
parent
49711c6540
commit
65f310e8a9
10
zuul.yaml
10
zuul.yaml
@ -85,6 +85,16 @@
|
|||||||
vars:
|
vars:
|
||||||
tox_envlist: py35
|
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:
|
- job:
|
||||||
name: tox-docs
|
name: tox-docs
|
||||||
parent: tox
|
parent: tox
|
||||||
|
Loading…
Reference in New Issue
Block a user