We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753b370 commit 94336cfCopy full SHA for 94336cf
.travis.yml
@@ -25,6 +25,7 @@ _pure: &pure
25
matrix:
26
include:
27
- name: 32bit build
28
+ arch: amd64
29
language: python
30
services:
31
- docker
@@ -58,10 +59,12 @@ matrix:
58
59
<<: *pure
60
61
- name: "pypy2.7"
62
63
python: "pypy2.7-7.1.1"
64
65
66
- name: "pypy3"
67
68
python: "pypy3.6-7.1.1"
69
70
0 commit comments