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 e727486 commit 6a7d9d5Copy full SHA for 6a7d9d5
.travis.yml
@@ -26,6 +26,6 @@ install:
26
- pip install pylint circuitpython-build-tools
27
28
script:
29
- - pylint adafruit_ft62xx.py
+ - pylint adafruit_focaltouch.py
30
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
31
- - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ft62xx --library_location .
+ - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-focaltouch --library_location .
0 commit comments