Skip to content

Commit 2f76012

Browse files
authored
Merge pull request #13 from kattni/minor-fixes
Fixed badge in readme, add overwite/pylint to travis.yml
2 parents 8a5cb46 + 04a397c commit 2f76012

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

+2
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
@@ -22,6 +23,7 @@ deploy:
2223
install:
2324
- pip install -r requirements.txt
2425
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26+
- pip install --force-reinstall pylint==1.9.2
2527
script:
2628
- pylint adafruit_ads1x15/*.py
2729
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)

README.rst

+3-4
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)