Skip to content

Commit

Permalink
Stop allowing Python 3.8 failures in CI
Browse files Browse the repository at this point in the history
That shouldn't fail really.
  • Loading branch information
jstasiak committed Oct 16, 2019
1 parent 05dd5b8 commit a02cd79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ python:
matrix:
allow_failures:
- python: "nightly"
- python: "3.8-dev"
install:
- pip install --upgrade coveralls pytest "pytest-cov>=2.5.1" dataclasses typing_extensions
# mypy can't be installed on pypy
Expand Down

0 comments on commit a02cd79

Please sign in to comment.