From 562c77a4830b977317c7376d12136a0a9dc12353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Feb 2020 16:13:16 +0100 Subject: [PATCH] Smoke test self without Python 3.4 Python 3.4 is going to be removed in Fedora 33: https://fedoraproject.org/wiki/Changes/RetirePython34 --- tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.yml b/tests.yml index e308377..79a2b24 100644 --- a/tests.yml +++ b/tests.yml @@ -16,9 +16,9 @@ - smoke27: dir: smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke34: + - smoke35: dir: smoke - run: VERSION=3.4 METHOD=virtualenv-no-download TOX=false ./venv.sh + run: VERSION=3.5 METHOD=virtualenv-no-download ./venv.sh - smoke36: dir: smoke run: VERSION=3.6 METHOD=venv TOX=false ./venv.sh @@ -50,7 +50,7 @@ - gcc - virtualenv - python27 - - python34 + - python35 - python36 - python37 - python38