diff --git a/.travis.yml b/.travis.yml index 7bf538b..057204a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ deploy: file_glob: true file: "$TRAVIS_BUILD_DIR/bundles/*" skip_cleanup: true + overwrite: true on: tags: true - provider: pypi @@ -22,6 +23,7 @@ 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 script: - pylint adafruit_bme680.py - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)