File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
python :
2
2
version : 3
3
- pip_install : true
4
3
requirements_file : requirements.txt
Original file line number Diff line number Diff line change @@ -16,15 +16,17 @@ 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
+ overwrite : true
21
22
on :
22
23
tags : true
23
24
24
25
install :
25
- - pip install pylint circuitpython-build-tools
26
+ - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
27
27
28
script :
28
29
- pylint adafruit_bus_device/*.py
29
30
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-bus-device --library_location .
32
+ - cd docs && sphinx-build -E -W -b html . _build/html
You can’t perform that action at this time.
0 commit comments