X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/3babc47910a9c2a4026bc3523a599c64f05d0730..c228c4a5d51eaefa453a51706943a617d4664600:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 98cdc4d..58f60ff 100755 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,10 @@ 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 - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py) - - cd docs && sphinx-build -E -W -b html . _build/html + - cd docs && sphinx-build -E -W -b html . _build/html && cd ..