Skip to content

Commit

Permalink
Attempting to tie configuration build script to particular library di…
Browse files Browse the repository at this point in the history
…rectory v2
  • Loading branch information
Jac21 committed Jan 17, 2020
1 parent ead0668 commit 20ba6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ install:
script:
- pylint ./JeremyC/Main/main.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
- circuitpython-build-bundles --filename_prefix main --library_location ./JeremyC
- circuitpython-build-bundles --filename_prefix main --library_location ./JeremyC/Main
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 comments on commit 20ba6e6

Please sign in to comment.