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:
|
||||
include:
|
||||
- name: 32bit build
|
||||
arch: amd64
|
||||
language: python
|
||||
services:
|
||||
- docker
|
||||
|
|
@ -58,10 +59,12 @@ matrix:
|
|||
<<: *pure
|
||||
|
||||
- name: "pypy2.7"
|
||||
arch: amd64
|
||||
python: "pypy2.7-7.1.1"
|
||||
<<: *pure
|
||||
|
||||
- name: "pypy3"
|
||||
arch: amd64
|
||||
python: "pypy3.6-7.1.1"
|
||||
<<: *pure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue