Skip to content

Commit

Permalink
Travis needs more configuration for Python 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Nov 21, 2018
1 parent 7c75d77 commit 3edd95b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,28 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7-dev
- 3.8-dev
- pypy
- pypy3.5
install:
- pip list
script:
- python setup.py test
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- python: 3.7-dev
dist: xenial
sudo: true
- python: 3.8-dev
dist: xenial
sudo: true
allow_failures:
- python: 3.8-dev pypy pypy3.5
- python:
- 3.7
- 3.7-dev
- 3.8-dev
- pypy
- pypy3.5
sudo: false

0 comments on commit 3edd95b

Please sign in to comment.