Skip to content

Commit

Permalink
Add Python 3.8 to travis (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Sep 19, 2019
1 parent c25e2a0 commit fd3f004
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit fd3f004

Please sign in to comment.