Skip to content

Commit

Permalink
🐛 Allow failure for py 3.9 as mypy need a patch to support the new ve…
Browse files Browse the repository at this point in the history
…rsion

see python/mypy#8627
  • Loading branch information
Ousret committed Apr 12, 2020
1 parent 6e2d818 commit 6fef74d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ python:
- "3.7"
- "3.8"
- "3.9-dev"
- "nightly"

jobs:
allow_failures:
- python: "nightly"
- python: "3.9-dev" # See https://github.com/python/mypy/issues/8627

install:
- pip install pytest pytest-cov codecov black requests httpx mypy
Expand Down

0 comments on commit 6fef74d

Please sign in to comment.