Skip to content

Commit 2fc11e6

Browse files
author
Carl Crowder
committed
Using python 3.7 too as well as testing multiple pylint versions
1 parent ff2d389 commit 2fc11e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
dist: xenial
12
language: python
23
python:
34
- "3.4"
45
- "3.5"
56
- "3.6"
7+
- "3.7"
68
env:
79
- PYLINT=1.9.2
810
- PYLINT=1.9.3
911
- PYLINT=2.0.0
1012
- PYLINT=2.1.1
1113
- PYLINT=2.2.2
14+
- PYLINT=2.3.0
1215
- PYLINT=master
1316
install:
1417
- |

0 commit comments

Comments
 (0)