Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Made travis stop searching for folders in the examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada authored May 11, 2019
1 parent 57370e7 commit ae28a46
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 @@ -27,7 +27,7 @@ install:
script:
- pylint adafruit_lsm303.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
examples/*/*.py)
examples/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lsm303 --library_location
.
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 comments on commit ae28a46

Please sign in to comment.