updated .travis & .readthedocs yml
This commit is contained in:
parent
fe724c304e
commit
2d3f99bc92
2 changed files with 3 additions and 2 deletions
|
|
@ -16,15 +16,16 @@ deploy:
|
|||
provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: bundles/*
|
||||
file: $TRAVIS_BUILD_DIR/bundles/*
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
install:
|
||||
- pip install pylint circuitpython-travis-build-tools
|
||||
- pip install pylint circuitpython-travis-build-tools Sphinx sphinx-rtd-theme
|
||||
|
||||
script:
|
||||
- pylint adafruit_bme280.py
|
||||
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
|
||||
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bme280 --library_location .
|
||||
- cd docs && sphinx-build -E -W -b html . _build/html
|
||||
|
|
|
|||
Loading…
Reference in a new issue