Skip to content

Commit 4b35bd8

Browse files
committed
Fixed badge in readme, add overwite/pylint to travis.yml
1 parent 8a5cb46 commit 4b35bd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deploy:
1111
file_glob: true
1212
file: "$TRAVIS_BUILD_DIR/bundles/*"
1313
skip_cleanup: true
14+
overwrite: true
1415
on:
1516
tags: true
1617
- provider: pypi

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Introduction
33
============
44

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

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

0 commit comments

Comments
 (0)