From 9f3589082e728f0e7d5327f771cdfc169b543c56 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Mar 25 2020 17:41:42 +0000 Subject: Fedora CI: No Python 2.6 tests --- 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