Skip to content

Commit

Permalink
forgot about travis checking only 1 module
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 20, 2019
1 parent 62cd61b commit a60afd0
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 @@ -38,7 +38,7 @@ install:
- pip install --force-reinstall pylint==1.9.2

script:
- pylint --disable=invalid-name,line-too-long,too-many-instance-attributes,too-many-public-methods,too-many-arguments,too-many-lines,too-many-function-args,too-many-locals,too-many-branches,too-many-nested-blocks,no-member,inconsistent-return-statements circuitpython_nrf24l01.py
- pylint --disable=invalid-name,line-too-long,too-many-instance-attributes,too-many-public-methods,too-many-arguments,too-many-lines,too-many-function-args,too-many-locals,too-many-branches,too-many-nested-blocks,no-member,inconsistent-return-statements circuitpython_nrf24l01/*.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,missing-function-docstring,invalid-name,line-too-long,multiple-imports,unexpected-line-ending-format,no-member examples/*.py)
- circuitpython-build-bundles --library_location . --filename_prefix circuitpython-nrf24l01
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

0 comments on commit a60afd0

Please sign in to comment.