We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8c94c commit 2603c83Copy full SHA for 2603c83
.travis.yml
@@ -11,16 +11,6 @@ python:
11
- "3.8"
12
- "3.9"
13
14
-matrix:
15
- include:
16
- - python: 3.5
17
- dist: xenial # Bionic has no Python 3.5
18
- script: pip install zipp
19
-
20
- # Disabled, see https://github.com/sybrenstuvel/python-rsa/issues/131
21
- #- python: pypy3.5
22
- # dist: xenial # Bionic has no Python 3.5
23
24
install:
25
- pip install -U pip setuptools # https://github.com/pypa/virtualenv/issues/1630
26
- pip install pipenv
0 commit comments