pypy3.10/tests/tests.yml

18 lines
353 B
YAML
Raw Normal View History

2018-07-20 10:37:22 +00:00
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/python.git"
dest: "python"
tests:
- smoke:
dir: python/smoke
run: PYTHON=pypy3 VERSION=3.6 ./venv.sh
2018-07-20 10:37:22 +00:00
required_packages:
- gcc
- python3-tox
- pypy3-devel