Skip to content

Commit

Permalink
Include Python 3.7 and 3.8 on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Mar 8, 2020
1 parent c9f78b2 commit 3651dae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
python: "3.5"
- stage: test
python: "3.6"
- stage: test
python: "3.7"
- stage: test
python: "3.8"

before_install:
- "if grep '\t' *.py *.rst; then echo 'Tabs are bad, please use four spaces.'; false; fi"
Expand Down

0 comments on commit 3651dae

Please sign in to comment.