Fix some travis builds. (#453)

This commit is contained in:
Inada Naoki 2020-12-18 16:03:05 +09:00 committed by GitHub
parent 753b3706d8
commit 94336cf914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ _pure: &pure
matrix: matrix:
include: include:
- name: 32bit build - name: 32bit build
arch: amd64
language: python language: python
services: services:
- docker - docker
@ -58,10 +59,12 @@ matrix:
<<: *pure <<: *pure
- name: "pypy2.7" - name: "pypy2.7"
arch: amd64
python: "pypy2.7-7.1.1" python: "pypy2.7-7.1.1"
<<: *pure <<: *pure
- name: "pypy3" - name: "pypy3"
arch: amd64
python: "pypy3.6-7.1.1" python: "pypy3.6-7.1.1"
<<: *pure <<: *pure