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.
1 parent 891cbc1 commit 4b00e4cCopy full SHA for 4b00e4c
.travis.yml
@@ -24,7 +24,7 @@ install:
24
- pip install -r requirements.txt
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
script:
27
-- pylint adafruit_crickit/*.py
+- pylint adafruit_crickit.py
28
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
29
examples/*.py)
30
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-crickit --library_location
0 commit comments