Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 94336cf

Browse files
authored
Fix some travis builds. (msgpack#453)
1 parent 753b370 commit 94336cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ _pure: &pure
2525
matrix:
2626
include:
2727
- name: 32bit build
28+
arch: amd64
2829
language: python
2930
services:
3031
- docker
@@ -58,10 +59,12 @@ matrix:
5859
<<: *pure
5960

6061
- name: "pypy2.7"
62+
arch: amd64
6163
python: "pypy2.7-7.1.1"
6264
<<: *pure
6365

6466
- name: "pypy3"
67+
arch: amd64
6568
python: "pypy3.6-7.1.1"
6669
<<: *pure
6770

0 commit comments

Comments
 (0)