From 73a39c8e2e8de37fa08f8810590f44fec278a5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sat, 6 Jul 2013 14:02:16 +0200 Subject: [PATCH] activate travis for a fork --- CONTRIBUTING.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 38ec8e4b..6c5c8b58 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -154,6 +154,19 @@ detailing the test coverage:: skimage/filter/__init__ 1 1 100% ... +Activate Travis for your fork (optional) +---------------------------------------- + +Travis checks all unittests in the project to prevent breakage. + +Before sending a pull request, you may want to check that Travis successfully +passes all tests. To do so, you can follow step one and two in +`Travis documentation __ +(Step three is already done in scikit-image). + +Thus, as soon as you push your code to your fork, it will triger Travis, +and you will receive an email notification when the process is done. + Bugs ----