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:
Paul Belanger 2018-05-02 15:32:53 -04:00
parent 49711c6540
commit 65f310e8a9
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 10 additions and 0 deletions

View File

@ -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