From 31f523c80c5244de7c4c73f1b484a11050ed4649 Mon Sep 17 00:00:00 2001 From: rbikar <31000668+rbikar@users.noreply.github.com> Date: Wed, 2 Jun 2021 09:33:01 +0200 Subject: [PATCH] Fix CI (#148) --- .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