Update config files

This commit is contained in:
Pierrick C
2019-06-16 19:15:44 +02:00
parent 551c7c5510
commit 891234be0c
2 changed files with 10 additions and 7 deletions

View File

@ -44,5 +44,5 @@ install:
script:
- pylint neotrellism4.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
- circuitpython-build-bundles --filename_prefix circuitpython-neotrellism4 --library_location .
- circuitpython-build-bundles --filename_prefix neotrellism4 --library_location .
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..