a85c803
---
a85c803
- hosts: localhost
a85c803
  roles:
a85c803
  - role: standard-test-basic
a85c803
    tags:
a85c803
    - classic
a85c803
    repositories:
a85c803
    - repo: "https://src.fedoraproject.org/tests/python.git"
a85c803
      dest: "python"
a85c803
    tests:
a85c803
    - smoke:
a85c803
        dir: python/smoke
a85c803
        run: METHOD=virtualenv PYTHON=pypy VERSION=2.7 ./venv.sh
a85c803
    required_packages:
a85c803
    - gcc
69c7738
    - virtualenv
a85c803
    - python3-tox
a85c803
    - pypy-devel