Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ python:
- "3.6"
env:
- PYLINT=1.9.2
- PYLINT=github
- PYLINT=1.9.3
- PYLINT=2.0.0
- PYLINT=2.1.1
- PYLINT=2.2.2
- PYLINT=master
install:
- |
pip install coverage coveralls
if [ "$PYLINT" == "github" ]; then
if [ "$PYLINT" == "master" ]; then
pip install https://github.com/PyCQA/astroid/zipball/master
pip install https://github.com/PyCQA/pylint/zipball/master
else
Expand Down