mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
Fix some travis builds. (#453)
This commit is contained in:
parent
753b3706d8
commit
94336cf914
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue