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:
parent
ba4b2c68b9
commit
ed1323d096
@ -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
|
||||
|
10
zuul.yaml
10
zuul.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user