summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-12-18 16:03:05 +0900
committerGitHub <noreply@github.com>2020-12-18 16:03:05 +0900
commit94336cf914c202718e37f27d664517c9a8c79d50 (patch)
tree7536673a3c7ee1c68aa24adacc958fcf877b84be
parent753b3706d80a7bc5a29147730804e867b97eee57 (diff)
downloadmsgpack-python-94336cf914c202718e37f27d664517c9a8c79d50.tar.gz
Fix some travis builds. (#453)
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5980d63..4974d26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ _pure: &pure
matrix:
include:
- name: 32bit build
+ arch: amd64
language: python
services:
- docker
@@ -58,10 +59,12 @@ matrix:
<<: *pure
- name: "pypy2.7"
+ arch: amd64
python: "pypy2.7-7.1.1"
<<: *pure
- name: "pypy3"
+ arch: amd64
python: "pypy3.6-7.1.1"
<<: *pure