We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bc2bd commit 2df5179Copy full SHA for 2df5179
1 file changed
.travis.yml
@@ -3,20 +3,17 @@ dist: xenial
3
language: python
4
cache: pip
5
arch:
6
- - amd64
7
- arm64
+
8
python:
9
# Available Python (PyPy) can be listed by:
10
#
11
# $ aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
12
- - "3.4"
13
- - "3.5"
14
- "3.6"
15
- "3.7"
16
- "3.8"
17
- "3.9-dev"
18
19
-
20
_pure: &pure
21
install:
22
- pip install -U pip
0 commit comments