Skip to content

Commit

Permalink
Allow failure for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Aug 12, 2019
1 parent 44f548b commit bf707cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
env: FEATURES=python3
- python: "3.8-dev"
env: FEATURES=python3
allow_failures:
- python: "3.8-dev"

env:
global:
Expand Down

0 comments on commit bf707cd

Please sign in to comment.