Skip to content

Commit

Permalink
Travis CI: replace Python 3.9 dev with 3.9 release
Browse files Browse the repository at this point in the history
Removed it from the 'allow_failures' block too.

Signed-off-by: JoeLametta <[email protected]>
  • Loading branch information
JoeLametta committed Nov 19, 2020
1 parent 3e61c3d commit 660b28f
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 @@ -11,7 +11,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "3.9"
virtualenv:
system_site_packages: false

Expand All @@ -23,7 +23,6 @@ env:
jobs:
allow_failures:
- python: "3.5"
- python: "3.9-dev"
include:
- python: 3.8
env: FLAKE8=true
Expand Down

0 comments on commit 660b28f

Please sign in to comment.