From 5f3d18dac25a2d25d3d972fae3bd02fbee894d33 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 2 Jan 2015 13:54:04 +0100 Subject: [PATCH] readme: update drone->travis --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 ============