summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2016-09-25 16:12:36 +0200
committerOz N Tiram <oz.tiram@gmail.com>2016-09-25 16:12:36 +0200
commit7baa31b29101767a0759566bef7c405b27f2e139 (patch)
tree4e9df8bcb2fc76bb66e15d4eed10a756f19d36fd /README.rst
parentc6fb8a46db3fe1200d6aff4c958cb1751c66dcd8 (diff)
downloadbottle-7baa31b29101767a0759566bef7c405b27f2e139.tar.gz
Add badge for CircleCI
and update Python 3.x version
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ef95b59..7f85e71 100644
--- a/README.rst
+++ b/README.rst
@@ -7,6 +7,10 @@
:target: https://travis-ci.org/bottlepy/bottle
:alt: Bottle Build
+.. image:: https://circleci.com/gh/bottlepy/bottle.svg?style=svg
+ :target: https://circleci.com/gh/bottlepy/bottle
+ :alt: CI Bottle
+
.. image:: https://coveralls.io/repos/github/bottlepy/bottle/badge.svg?branch=master
:target: https://coveralls.io/github/bottlepy/bottle?branch=master
:alt: Coverage
@@ -69,7 +73,7 @@ Download and Install
.. __: https://github.com/bottlepy/bottle/raw/master/bottle.py
-Install the latest stable release with ``pip install bottle``, ``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.7 and 3.2+**.
+Install the latest stable release with ``pip install bottle``, ``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your project directory. There are no hard dependencies other than the Python standard library. Bottle runs with **Python 2.7 and 3.3+**.
License