From 15701874d6f173dfa6df04742687283b8066399c Mon Sep 17 00:00:00 2001 From: brentru Date: Wed, 25 Jul 2018 10:16:58 -0400 Subject: [PATCH] force pylint to v1.9.2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c83742..58f60ff 100755 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,8 @@ deploy: install: - pip install -r requirements.txt - - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme + - pip install --force-reinstall pylint==1.9.2 + - pip install circuitpython-build-tools Sphinx sphinx-rtd-theme script: - pylint src/**/*.py -- 2.49.0