Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
updated .travis & .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Mar 15, 2018
1 parent f44b26e commit 18d2d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ deploy:
provider: releases
api_key: $GH_REPO_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_lsm303.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-lsm303 --library_location .
- cd docs && sphinx-build -E -W -b html . _build/html

0 comments on commit 18d2d68

Please sign in to comment.