Skip to content

Commit

Permalink
add py=3.9 to travisCI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Nov 11, 2020
1 parent e2ff384 commit dd780cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
# We don't actually use the Travis Python, but this keeps it organized.
- "3.7"
- "3.8"
- "3.9"
install:
- sudo apt update
# We do this conditionally because it saves us some downloading if the
Expand Down

0 comments on commit dd780cf

Please sign in to comment.