Skip to content

Commit

Permalink
travis: fix allow_failures syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Jun 28, 2020
1 parent eb22a85 commit 2113797
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ addons:

matrix:
allow_failures:
python:
- "3.7-dev"
- "3.8-dev"
- python: "3.7-dev"
- python: "3.8-dev"

install:
- pip install --upgrade pip
Expand Down

0 comments on commit 2113797

Please sign in to comment.