We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f78b2 commit 3651daeCopy full SHA for 3651dae
1 file changed
.travis.yml
@@ -15,6 +15,10 @@ jobs:
15
python: "3.5"
16
- stage: test
17
python: "3.6"
18
+ - stage: test
19
+ python: "3.7"
20
21
+ python: "3.8"
22
23
before_install:
24
- "if grep '\t' *.py *.rst; then echo 'Tabs are bad, please use four spaces.'; false; fi"
0 commit comments