e9d2261951
Change-Id: I08cee2a5d671fa9302b067f6466dfedfccdba8f6
17 lines
399 B
YAML
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
|