Skip to content

Commit d0a3a95

Browse files
committed
Expand test matrix
1 parent 501bf29 commit d0a3a95

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ python:
55
- "3.6"
66
env:
77
- PYLINT=1.9.2
8-
- PYLINT=github
8+
- PYLINT=1.9.3
9+
- PYLINT=2.0.0
10+
- PYLINT=2.1.1
11+
- PYLINT=2.2.2
12+
- PYLINT=master
913
install:
1014
- |
1115
pip install coverage coveralls
12-
if [ "$PYLINT" == "github" ]; then
16+
if [ "$PYLINT" == "master" ]; then
1317
pip install https://github.com/PyCQA/astroid/zipball/master
1418
pip install https://github.com/PyCQA/pylint/zipball/master
1519
else

0 commit comments

Comments
 (0)