Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Add Python 3.7, 3.8, 3.9 to Travis CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed May 15, 2021
1 parent ae9c44e commit 3d2f46c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- make deps
- pip install coveralls
Expand Down

0 comments on commit 3d2f46c

Please sign in to comment.