21 lines
442 B
YAML
21 lines
442 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
|
|
- smoke38:
|
|
dir: python/smoke
|
|
run: VERSION=3.8 ./venv.sh
|
|
required_packages:
|
|
- gcc
|
|
- python36-devel
|
|
- python38-devel
|
|
- python3-tox
|