Skip to content

Commit 52fd228

Browse files
committed
build: Ignore broken Python 3.8 build
1 parent 022509a commit 52fd228

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ matrix:
5151
- source $HOME/osx-py/bin/activate
5252
- export TRAVIS_PYTHON_VERSION=2.7
5353

54+
allow_failures:
55+
- python: "3.8-dev"
56+
5457

5558
install:
5659
- pip install tox

0 commit comments

Comments
 (0)