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 - stage: code quality
name: "pylint & mypy" name: "pylint & mypy"
install: install:
- pip install pylint mypy - pip install git+https://github.com/PyCQA/pylint.git
- pip install mypy
- pip install -e . - pip install -e .
script: script:
- pylint --rcfile=setup.cfg torba - pylint --rcfile=setup.cfg torba