From 2fc6fc00bc2e65e0ea987ca301f3530394421c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 10 Aug 2021 15:23:00 +0200 Subject: [PATCH] Make python3.5 optional --- tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests.yml b/tests.yml index 395e7ba..97acbc2 100644 --- a/tests.yml +++ b/tests.yml @@ -24,7 +24,7 @@ run: VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh - smoke35: dir: smoke - run: VERSION=3.5 METHOD=virtualenv-no-download ./venv.sh + run: VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh - smoke36: dir: smoke run: VERSION=3.6 METHOD=venv TOX=false ./venv.sh @@ -66,7 +66,6 @@ - gcc - virtualenv - python2.7 - - python3.5 - python3.6 - python3.7 - python3.8