summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 12:29:06 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-02-24 12:44:41 +0100
commit2603c83effa593ae1e0662e491425b335eaed765 (patch)
tree60f7d5959f8e1e6a4d0186c3ce12fb8b565515eb
parent3b8c94c6279c539ccc3db877c133fcc586cd4cd0 (diff)
downloadrsa-git-2603c83effa593ae1e0662e491425b335eaed765.tar.gz
.travis.yml: Remove Python 3.5
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index ff7329c..094381d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,16 +11,6 @@ python:
- "3.8"
- "3.9"
-matrix:
- include:
- - python: 3.5
- dist: xenial # Bionic has no Python 3.5
- script: pip install zipp
-
- # Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131
- #- python: pypy3.5
- # dist: xenial # Bionic has no Python 3.5
-
install:
- pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630
- pip install pipenv