We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a631cc commit fc097c1Copy full SHA for fc097c1
.travis.yml
@@ -29,5 +29,5 @@ install:
29
script:
30
- pylint adafruit_st7789.py
31
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
32
- - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7735 --library_location .
+ - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7789 --library_location .
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
0 commit comments