install pylint from git
This commit is contained in:
parent
b0bd0b1fc0
commit
a20c060931
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ jobs:
|
|||
- stage: code quality
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
- pip install pylint mypy
|
||||
- pip install git+https://github.com/PyCQA/pylint.git
|
||||
- pip install mypy
|
||||
- pip install -e .
|
||||
script:
|
||||
- pylint --rcfile=setup.cfg torba
|
||||
|
|
Loading…
Reference in a new issue