python-tox/tests/tests.yml
Gris Ge b3a2fec504 Initial build for EPEL8
The RHEL/CentOS 8.1 is shipping python3-setuptools_scm-1.15.7-4.el8
which limit us to use tox 3.4(as 3.5.0 need setuptools_scm > 2).

Signed-off-by: Gris Ge <cnfourt@gmail.com>
2020-03-10 19:36:00 +08:00

18 lines
359 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/python.git"
dest: "python"
tests:
- smoke36:
dir: python/smoke
run: VERSION=3.6 ./venv.sh
required_packages:
- gcc
- python36
- python3-devel
- python3-tox