Skip to content

Commit

Permalink
updated .travis & .readthedocs yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Feb 25, 2018
1 parent b9db6f5 commit 6a8273d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -16,15 +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_ds1307.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ds1307 --library_location .
- cd docs && sphinx-build -E -W -b html . _build/html

0 comments on commit 6a8273d

Please sign in to comment.