Skip to content

Commit

Permalink
Allow failures on dev branch of Python 3.8
Browse files Browse the repository at this point in the history
Since Python 3.8 is going through significant changes, we should
allow failures and not block other commits from merging because
of 3.8 compatibility.

Signed-off-by: Eric Brown <browne@vmware.com>
  • Loading branch information
ericwb committed Sep 30, 2018
1 parent 672c686 commit 9acc219
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -31,6 +31,11 @@ matrix:
sudo: true
- python: pypy
env: TOXENV=pypy
allow_failures:
- python: 3.8-dev
env: TOXENV=py38
dist: xenial
sudo: true

notifications:
email:
Expand Down

0 comments on commit 9acc219

Please sign in to comment.