Skip to content

Commit 38871db

Browse files
authored
Merge pull request #3 from sommersoft/new_docs
updated README; added Travis badge
2 parents 1d055af + a796b26 commit 38871db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Introduction
99
.. image :: https://img.shields.io/discord/327254708534116352.svg
1010
:target: https://discord.gg/nBQh6qu
1111
:alt: Discord
12+
13+
.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_VEML6070.svg?branch=master
14+
:target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_VEML6070
15+
:alt: Build Status
1216

1317
CircuitPython driver for the `VEML6070 UV Index Sensor Breakout <https://www.adafruit.com/product/2899>`_
1418

@@ -99,4 +103,4 @@ Now, once you have the virtual environment activated:
99103
100104
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
101105
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
102-
locally verify it will pass.
106+
locally verify it will pass.

0 commit comments

Comments
 (0)