install pylint from git

This commit is contained in:
Lex Berezhny 2018-07-28 20:57:50 -04:00
parent b0bd0b1fc0
commit a20c060931

View file

@ -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