We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5417e6d + 1878aa5 commit ae781aeCopy full SHA for ae781ae
.travis.yml
@@ -6,7 +6,7 @@ python:
6
cache:
7
pip: true
8
deploy:
9
- provider: releases
+- provider: releases
10
api_key: "$GITHUB_TOKEN"
11
file_glob: true
12
file: "$TRAVIS_BUILD_DIR/bundles/*"
@@ -23,6 +23,7 @@ deploy:
23
install:
24
- pip install -r requirements.txt
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+- pip install --force-reinstall pylint==1.9.2
27
script:
28
- pylint adafruit_ccs811.py
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
0 commit comments