Skip to content

Commit

Permalink
[ci] Add Python 3.7, 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 25, 2021
1 parent 5879cc8 commit 6079896
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 @@ -7,5 +7,8 @@ before_install:
- pip install pep8
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
script:
- pep8 __init__.py

0 comments on commit 6079896

Please sign in to comment.