Skip to content

Commit

Permalink
Update Travis CI config to Python 3.9 final (axnsan12#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Oct 31, 2020
1 parent 82fbe70 commit e3fc299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9-dev'
- '3.9'

dist: focal

Expand All @@ -13,7 +13,7 @@ matrix:
include:
- python: '3.8'
env: TOXENV=docs
- python: '3.9-dev'
- python: '3.9'
env: TOXENV=djmaster
- python: '3.8'
env: TOXENV=lint
Expand Down

0 comments on commit e3fc299

Please sign in to comment.