mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Add Python 3.8 to travis (#371)
This commit is contained in:
parent
c25e2a0984
commit
fd3f004863
1 changed files with 10 additions and 4 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -3,16 +3,20 @@ language: python
|
|||
cache: pip
|
||||
|
||||
python:
|
||||
# Available Python (PyPy) can be listed by:
|
||||
#
|
||||
# $ aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "nightly"
|
||||
- "3.8-dev"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- sudo: required
|
||||
- name: 32bit build
|
||||
sudo: required
|
||||
language: python
|
||||
services:
|
||||
- docker
|
||||
|
|
@ -25,12 +29,14 @@ matrix:
|
|||
- docker pull $DOCKER_IMAGE
|
||||
script:
|
||||
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
|
||||
- python: "pypy2.7-5.10.0"
|
||||
- name: "pypy2.7"
|
||||
python: "pypy2.7-7.1.1"
|
||||
install:
|
||||
- pip install -e .
|
||||
script:
|
||||
- py.test -v test
|
||||
- python: "pypy3.5"
|
||||
- name: "pypy3"
|
||||
python: "pypy3.6-7.1.1"
|
||||
install:
|
||||
- pip install -e .
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue