Skip to content

Updated readme, added overwrite to travis #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just so I'm clear (I think I remember there was some discussion but I may have missed the specifics), are we pinning 1.9.2 for everything at this point?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. However, @sommersoft is working on a patch to do it automatically. So, I'm only adding it to the ones that have failing builds based on the new Pylint for now.

We decided that we will update when we're ready to go through the process instead of being forced to do it each time they release a new version and having everything fail suddenly without us being prepared for it.

script:
- pylint adafruit_bme280.py
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Introduction
============

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

.. image :: https://img.shields.io/discord/327254708534116352.svg
Expand Down