churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

Blame tests/tests.yml

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