Skip to content

Commit 94336cf

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)