Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-01-02 15:54:04 +0300
committerGeorg Brandl <georg@python.org>2015-01-02 15:54:04 +0300
commit5f3d18dac25a2d25d3d972fae3bd02fbee894d33 (patch)
tree193b76647a8264a3c65a1f86528417b958a7db75 /README.rst
parenta84e036622e4c0e6aaa23db82571d763c51f5fbd (diff)
readme: update drone->travis
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5963a0ae8..57df78f7b 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,11 @@ If you want to use a different interpreter, e.g. ``python3``, use::
PYTHON=python3 make test
+Continuous testing runs on travis:
+
+.. image:: https://travis-ci.org/sphinx-doc/sphinx.svg?branch=master
+ :target: https://travis-ci.org/sphinx-doc/sphinx
+
Contributing
============