We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501bf29 commit d0a3a95Copy full SHA for d0a3a95
.travis.yml
@@ -5,11 +5,15 @@ python:
5
- "3.6"
6
env:
7
- PYLINT=1.9.2
8
- - PYLINT=github
+ - PYLINT=1.9.3
9
+ - PYLINT=2.0.0
10
+ - PYLINT=2.1.1
11
+ - PYLINT=2.2.2
12
+ - PYLINT=master
13
install:
14
- |
15
pip install coverage coveralls
- if [ "$PYLINT" == "github" ]; then
16
+ if [ "$PYLINT" == "master" ]; then
17
pip install https://github.com/PyCQA/astroid/zipball/master
18
pip install https://github.com/PyCQA/pylint/zipball/master
19
else
0 commit comments