summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-12-11 13:39:24 +0900
committerInada Naoki <songofacandy@gmail.com>2020-12-11 13:39:24 +0900
commit2df517999b012737b1cf36f12bac13541a8eb6e1 (patch)
treecc721e4afce53dee6d08ff9a5ea658fd138954d8
parent44bc2bd439808ad7563ef8a558ad6ccfe175a66a (diff)
downloadmsgpack-python-2df517999b012737b1cf36f12bac13541a8eb6e1.tar.gz
Travis: Reduce build
Save credits.
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5132b4c..5980d63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,20 +3,17 @@ dist: xenial
language: python
cache: pip
arch:
- - amd64
- arm64
+
python:
# Available Python (PyPy) can be listed by:
#
# $ aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
- - "3.4"
- - "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
-
_pure: &pure
install:
- pip install -U pip