Skip to content

Commit 7677d38

Browse files
committed
Revert autoformat.
1 parent 6345f40 commit 7677d38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ install:
2626
- pip install --force-reinstall pylint==1.9.2
2727
script:
2828
- pylint adafruit_us100.py
29-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
30-
examples/*.py)
31-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-us100 --library_location
32-
.
29+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
30+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-us100 --library_location .
3331
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 commit comments

Comments
 (0)