From aa152492e281efe9cf0c35c95f55f540068d8215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 14 Mar 2017 14:44:21 +0100 Subject: [PATCH] Link to **Python** docs of travis. I think this make more sense, since all of these options are explained there. --- docs/scenarios/ci.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index 16e0ea0df..b3327b141 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -77,7 +77,7 @@ this example content:: This will get your project tested on all the listed Python versions by running the given script, and will only build the master branch. There are a lot more options you can enable, like notifications, before and after steps -and much more. The `travis-ci docs `_ +and much more. The `travis-ci docs `_ explain all of these options, and are very thorough. In order to activate testing for your project, go to `the travis-ci site `_