Skip to content

Commit

Permalink
Updating documentation to show supported python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclown committed Jun 11, 2019
1 parent 19a420d commit 6550634
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,9 @@

[![Build Status](https://travis-ci.org/mcclown/AquaIPy.svg?branch=master)](https://travis-ci.org/mcclown/AquaIPy)
[![Coverage Status](https://coveralls.io/repos/mcclown/AquaIPy/badge.svg?branch=master&service=github)](https://coveralls.io/github/mcclown/AquaIPy?branch=master)

[![Python >=3.5.3](https://img.shields.io/badge/python->=3.5.3-blue.svg)]
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)]
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)]

A module for working with the AquaIllumination range of aquarium lights. The following functions are currently supported

Expand Down
7 changes: 6 additions & 1 deletion README.rst
@@ -1,7 +1,8 @@
AquaIPy
=======

|Build Status| |Coverage Status|
|Build Status| |Coverage Status| [|Python >=3.5.3|][|Python 3.6|]
[|Python 3.7|]

A module for working with the AquaIllumination range of aquarium lights.
The following functions are currently supported
Expand Down Expand Up @@ -69,3 +70,7 @@ open an issue on GitHub
:target: https://travis-ci.org/mcclown/AquaIPy
.. |Coverage Status| image:: https://coveralls.io/repos/mcclown/AquaIPy/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/mcclown/AquaIPy?branch=master
.. |Python >=3.5.3| image:: https://img.shields.io/badge/python-%3E=3.5.3-blue.svg
.. |Python 3.6| image:: https://img.shields.io/badge/python-3.6-blue.svg
.. |Python 3.7| image:: https://img.shields.io/badge/python-3.7-blue.svg

0 comments on commit 6550634

Please sign in to comment.