updated .travis & .readthedocs yml

This commit is contained in:
sommersoft 2018-03-04 21:49:57 -06:00
parent 9471eccc9a
commit ce99288afa
2 changed files with 3 additions and 2 deletions

View file

@ -16,16 +16,17 @@ deploy:
provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: bundles/*
file: $TRAVIS_BUILD_DIR/bundles/*
skip_cleanup: true
overwrite: true
on:
tags: true
install:
- pip install pylint circuitpython-build-tools
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
script:
- pylint adafruit_avrprog.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-avrprog --library_location .
- cd docs && sphinx-build -E -W -b html . _build/html