File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ deploy:
11
11
file_glob : true
12
12
file : " $TRAVIS_BUILD_DIR/bundles/*"
13
13
skip_cleanup : true
14
+ overwrite : true
14
15
on :
15
16
tags : true
16
17
- provider : pypi
@@ -22,6 +23,7 @@ deploy:
22
23
install :
23
24
- pip install -r requirements.txt
24
25
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+ - pip install --force-reinstall pylint==1.9.2
25
27
script :
26
28
- pylint adafruit_ads1x15/*.py
27
29
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Original file line number Diff line number Diff line change 2
2
Introduction
3
3
============
4
4
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/
7
7
:alt: Documentation Status
8
8
9
9
.. image :: https://img.shields.io/discord/327254708534116352.svg
10
- :target: https://discord.gg/nBQh6qu
10
+ :target: https://adafru.it/discord
11
11
:alt: Discord
12
12
13
13
.. image :: https://travis-ci.org/adafruit/Adafruit_CircuitPython_ADS1x15.svg?branch=master
@@ -115,4 +115,3 @@ Now, once you have the virtual environment activated:
115
115
This will output the documentation to ``docs/_build/html ``. Open the index.html in your browser to
116
116
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
117
117
locally verify it will pass.
118
-
You can’t perform that action at this time.
0 commit comments