Skip to content

Commit

Permalink
Merge pull request #13 from kattni/minor-fixes
Browse files Browse the repository at this point in the history
Fixed badge in readme, add overwite/pylint to travis.yml
  • Loading branch information
brennen authored Aug 2, 2018
2 parents 8a5cb46 + 04a397c commit 2f76012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ deploy:
file_glob: true
file: "$TRAVIS_BUILD_DIR/bundles/*"
skip_cleanup: true
overwrite: true
on:
tags: true
- provider: pypi
Expand All @@ -22,6 +23,7 @@ deploy:
install:
- pip install -r requirements.txt
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
- pip install --force-reinstall pylint==1.9.2
script:
- pylint adafruit_ads1x15/*.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Expand Down
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-CircuitPython_ADS1x15/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/CircuitPython_ADS1x15/en/latest/
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-ads1x15/badge/?version=latest
:target: https://circuitpython.readthedocs.io/projects/ads1x15/en/latest/
:alt: Documentation Status

.. image :: https://img.shields.io/discord/327254708534116352.svg
:target: https://discord.gg/nBQh6qu
:target: https://adafru.it/discord
:alt: Discord
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_ADS1x15.svg?branch=master
Expand Down Expand Up @@ -115,4 +115,3 @@ Now, once you have the virtual environment activated:
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
locally verify it will pass.

0 comments on commit 2f76012

Please sign in to comment.