Skip to content

Commit

Permalink
travis: allow 3.8-dev python to fail (seems to be segfaulting?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Jun 12, 2019
1 parent e27e593 commit 9911d87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- python: 3.7
env: TOXENV=docs

matrix:
allow_failures:
- python: 3.8-dev

deploy:
provider: pypi
user: Wooble
Expand Down

0 comments on commit 9911d87

Please sign in to comment.