From 2b197db61da8fc1f6d5452099348648a061122f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Sep 2019 17:22:02 +0200 Subject: [PATCH] Update the Fedora CI matrix --- tests/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index e248475..800f3eb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -14,6 +14,9 @@ - smoke34: dir: python/smoke run: VERSION=3.4 METHOD=virtualenv ./venv.sh + - smoke34nd: + dir: python/smoke + run: VERSION=3.4 METHOD=virtualenv-no-download ./venv.sh - smoke35: dir: python/smoke run: VERSION=3.5 METHOD=virtualenv ./venv.sh @@ -26,6 +29,9 @@ - smoke38: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv ./venv.sh + - smoke38nd: + dir: python/smoke + run: VERSION=3.8 METHOD=virtualenv-no-download ./venv.sh required_packages: - gcc - virtualenv @@ -35,6 +41,5 @@ - python36 - python37 - python38 - - python2-devel - python3-devel - python3-tox