From 9f3589082e728f0e7d5327f771cdfc169b543c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 25 Mar 2020 18:41:22 +0100 Subject: [PATCH] Fedora CI: No Python 2.6 tests --- tests/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 56a420b..4eeab36 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -8,9 +8,6 @@ - repo: "https://src.fedoraproject.org/tests/python.git" dest: "python" tests: - - smoke26: - dir: python/smoke - run: VERSION=2.6 METHOD=virtualenv TOX=false ./venv.sh - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh