From b5e9f715611ced273652af737d27aac056a4e5de Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 29 2019 09:59:42 +0000 Subject: Fedora CI: Stop testing on Python 2.6 --- diff --git a/tests/tests.yml b/tests/tests.yml index a98b11e..43aa64b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -23,9 +23,6 @@ - smoke38: dir: python/smoke run: VERSION=3.8 ./venv.sh - - 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 @@ -49,7 +46,6 @@ required_packages: - gcc - virtualenv - - python26 - python27 - python34 - python35