tobiko/zuul.d/unit.yaml
Federico Ressi e9d2261951 Run unit tests with Python 3.8
Change-Id: I08cee2a5d671fa9302b067f6466dfedfccdba8f6
2019-12-17 07:30:59 +01:00

17 lines
399 B
YAML

---
- job:
name: tobiko-tox-py38
parent: openstack-tox
nodeset: centos-7
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.8.
Uses tox with the ``py38`` environment.
vars:
tox_envlist: py38
bindep_profile: test py38
python_version: 3.8
pre-run: playbooks/tobiko-tox-py38-pre-run.yaml