Skip to content

Commit 61681ef

Browse files
author
brentru
committed
add new travis location, remove unnecessary simpletest
1 parent 730953c commit 61681ef

11 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ install:
4343

4444
script:
4545
- pylint adafruit_io/*.py
46-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
46+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/http/*.py)
47+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/mqtt/*.py)
4748
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-adafruit_io --library_location .
4849
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)