Add tox-py37 job

This is helpful for people that would like to use the py37 target for
tox.

Change-Id: I03eb4a8164a8e6fe5f75bd5cacc7c95f5428adca
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-11 18:29:12 -04:00
parent ba4b2c68b9
commit ed1323d096
2 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Python Jobs
.. zuul:autojob:: tox-py34
.. zuul:autojob:: tox-py35
.. zuul:autojob:: tox-py36
.. zuul:autojob:: tox-py37
.. zuul:autojob:: tox-docs
.. zuul:autojob:: tox-linters
.. zuul:autojob:: tox-pep8

View File

@ -172,6 +172,16 @@
vars:
tox_envlist: py36
- job:
name: tox-py37
parent: tox
description: |
Run unit tests for a Python project under cPython version 3.7.
Uses tox with the ``py37`` environment.
vars:
tox_envlist: py37
- job:
name: tox-docs
# This is not parented to tox since we do not need