Skip to content

Commit

Permalink
Allow failure of Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
expobrain committed Oct 8, 2019
1 parent ef8a655 commit 14b962f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8-dev
- pypy
- pypy3.5
matrix:
include:
# See https://github.com/travis-ci/travis-ci/issues/9069
# for more information.
- python: 3.7
sudo: required
dist: xenial
- python: 3.8-dev
sudo: required
dist: xenial
fast_finish: true
allow_failures:
- python: 3.8-dev
cache: pip
install:
- pip install tox-travis
Expand Down

0 comments on commit 14b962f

Please sign in to comment.