fee43c1
---
fee43c1
- hosts: localhost
fee43c1
  roles:
fee43c1
  - role: standard-test-basic
fee43c1
    tags:
fee43c1
    - classic
fee43c1
    repositories:
fee43c1
    - repo: "https://src.fedoraproject.org/tests/python.git"
fee43c1
      dest: "python"
fee43c1
    tests:
fee43c1
    - smoke34:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.4 ./venv.sh
fee43c1
    - smoke35:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.5 ./venv.sh
fee43c1
    - smoke36:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.6 ./venv.sh
fee43c1
    - smoke37:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.7 ./venv.sh
45d9409
    - smoke38:
45d9409
        dir: python/smoke
45d9409
        run: VERSION=3.8 ./venv.sh
fee43c1
    - smoke26:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=2.6 METHOD=virtualenv TOX=false ./venv.sh
fee43c1
    - smoke27:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=2.7 METHOD=virtualenv ./venv.sh
fee43c1
    - smoke34_virtualenv:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.4 METHOD=virtualenv ./venv.sh
fee43c1
    - smoke35_virtualenv:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.5 METHOD=virtualenv ./venv.sh
fee43c1
    - smoke36_virtualenv:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.6 METHOD=virtualenv ./venv.sh
fee43c1
    - smoke37_virtualenv:
fee43c1
        dir: python/smoke
fee43c1
        run: VERSION=3.7 METHOD=virtualenv ./venv.sh
45d9409
    - smoke38_virtualenv:
45d9409
        dir: python/smoke
45d9409
        run: VERSION=3.8 METHOD=virtualenv ./venv.sh
fee43c1
    required_packages:
fee43c1
    - gcc
71f27d9
    - virtualenv
fee43c1
    - python26
fee43c1
    - python27
fee43c1
    - python34
fee43c1
    - python35
fee43c1
    - python36
fee43c1
    - python37
45d9409
    - python38
fee43c1
    - python2-devel
fee43c1
    - python3-devel
fee43c1
    - python3-tox