Fix module name in travis config
This commit is contained in:
parent
c923250422
commit
551c7c5510
@ -42,7 +42,7 @@ install:
|
|||||||
- pip install --force-reinstall pylint==1.9.2
|
- pip install --force-reinstall pylint==1.9.2
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pylint circuitpython_neotrellism4.py
|
- pylint neotrellism4.py
|
||||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
|
||||||
- circuitpython-build-bundles --filename_prefix circuitpython-circuitpython-neotrellism4 --library_location .
|
- circuitpython-build-bundles --filename_prefix circuitpython-neotrellism4 --library_location .
|
||||||
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
|
||||||
|
Reference in New Issue
Block a user