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 295cccd + d7f4ea6 commit cd34ef8Copy full SHA for cd34ef8
.travis.yml
@@ -39,5 +39,5 @@ install:
39
script:
40
- pylint neopixel_spi.py
41
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
42
- - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-neopixel_spi --library_location .
+ - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-neopixel-spi --library_location .
43
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments