From a20c0609317ecce9fe579bbdd4bd0b2cbe05fe9c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 28 Jul 2018 20:57:50 -0400 Subject: [PATCH] install pylint from git --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b4e00b5a..5cbdcb9ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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