From 3ba2bf5611c0815f68276ef4ece38dd863cb71a8 Mon Sep 17 00:00:00 2001 From: Robert Bikar Date: Wed, 26 May 2021 17:40:12 +0200 Subject: [PATCH] Fix CI --- .travis.yml | 3 --- requirements.txt | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a998daa..df850e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ before_install: install: pip install tox matrix: include: - - python: '2.6' - env: TOX_ENV=py26 - dist: trusty - python: '2.7' env: TOX_ENV=py27 - python: '3.5' diff --git a/requirements.txt b/requirements.txt index 6f893ed..685d165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ requests more-executors ubi-config>=2.2.0 rpm-py-installer +pyrsistent<0.17; python_version < '3' \ No newline at end of file