File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ python :
2
+ version : 3
1
3
requirements_file : requirements.txt
2
4
Original file line number Diff line number Diff line change @@ -16,15 +16,16 @@ deploy:
16
16
provider : releases
17
17
api_key : $GITHUB_TOKEN
18
18
file_glob : true
19
- file : bundles/*
19
+ file : $TRAVIS_BUILD_DIR/ bundles/*
20
20
skip_cleanup : true
21
21
on :
22
22
tags : true
23
23
24
24
install :
25
- - pip install pylint circuitpython-build-tools
25
+ - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
26
27
27
script :
28
28
- pylint adafruit_dht.py
29
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
30
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-dht --library_location .
31
+ - cd docs && sphinx-build -E -W -b html . _build/html
You can’t perform that action at this time.
0 commit comments