Undo 'consider-swap-variables'; force pylint to always be version 1.9.2
This commit is contained in:
parent
532f53b21f
commit
e1a99253e8
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ python:
|
|||
|
||||
cache:
|
||||
pip: true
|
||||
|
||||
|
||||
install:
|
||||
- pip install pylint
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
|
||||
script:
|
||||
- ./pylint_check
|
||||
|
|
|
|||
Loading…
Reference in a new issue