From a796b266824ff3295208d5346323de9873e99d0c Mon Sep 17 00:00:00 2001 From: sommersoft Date: Wed, 14 Mar 2018 22:20:17 -0500 Subject: [PATCH] updated README; added Travis badge --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c30f7f4..d087baf 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,10 @@ Introduction .. image :: https://img.shields.io/discord/327254708534116352.svg :target: https://discord.gg/nBQh6qu :alt: Discord + +.. image:: https://travis-ci.org/adafruit/Adafruit_CircuitPython_VEML6070.svg?branch=master + :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_VEML6070 + :alt: Build Status CircuitPython driver for the `VEML6070 UV Index Sensor Breakout `_ @@ -99,4 +103,4 @@ Now, once you have the virtual environment activated: This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to -locally verify it will pass. \ No newline at end of file +locally verify it will pass.