From e0becb7cbf6a7549fab9d9a40299888ceae794fe Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Sep 05 2018 10:53:01 +0000 Subject: Enable basic venv smoke test in the CI --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..ce6f13f --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,17 @@ +--- +- 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.5 ./venv.sh + required_packages: + - gcc + - python3-tox + - pypy3-devel