8000 Travis: Reduce build · shadchin/msgpack-python@2df5179 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2df5179

Browse files
committed
Travis: Reduce build
Save credits.
1 parent 44bc2bd commit 2df5179

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,17 @@ dist: xenial
33
language: python
44
cache: pip
55
arch:
6-
- amd64
76
- arm64
7+
88
python:
99
# Available Python (PyPy) can be listed by:
1010
#
1111
# $ aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
12-
- "3.4"
13-
- "3.5"
1412
- "3.6"
1513
- "3.7"
1614
- "3.8"
1715
- "3.9-dev"
1816

19-
2017
_pure: &pure
2118
install:
2219
- pip install -U pip

0 commit comments

Comments
 (0)
0