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 6345f40 commit 7677d38Copy full SHA for 7677d38
.travis.yml
@@ -26,8 +26,6 @@ install:
26
- pip install --force-reinstall pylint==1.9.2
27
script:
28
- pylint adafruit_us100.py
29
-- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30
- examples/*.py)
31
-- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-us100 --library_location
32
- .
+- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
+- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-us100 --library_location .
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments