Skip to content

Commit

Permalink
Added Python 3.7 and 3.8 to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Jan 28, 2020
1 parent 1aee48d commit c25f44f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
Expand Down

0 comments on commit c25f44f

Please sign in to comment.