Skip to content

Commit 3651dae

Browse files
authored
Include Python 3.7 and 3.8 on TravisCI
1 parent c9f78b2 commit 3651dae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
python: "3.5"
1616
- stage: test
1717
python: "3.6"
18+
- stage: test
19+
python: "3.7"
20+
- stage: test
21+
python: "3.8"
1822

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

0 commit comments

Comments
 (0)