summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-08-25 07:22:02 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-08-25 07:22:02 +0200
commitaea342e79d9fdbdfb552e7a1d7b60ae766d97351 (patch)
tree2bcaafc7ed522e7ea24cd262bc830fe187da5b3e
parent1178c4f680742502eb5e6c46a60e183c2506da89 (diff)
downloadcython-aea342e79d9fdbdfb552e7a1d7b60ae766d97351.tar.gz
Add links to our CI servers to the docs on contributing.
-rw-r--r--docs/CONTRIBUTING.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst
index 539ad485a..57cd10499 100644
--- a/docs/CONTRIBUTING.rst
+++ b/docs/CONTRIBUTING.rst
@@ -13,3 +13,5 @@ If you have code that you want to contribute, please make sure that it
* includes tests in the `tests/` directory (see the `Hacker Guide on Testing <https://github.com/cython/cython/wiki/HackerGuide#the-test-suite>`_)
* comes in form of a pull request
+
+We use `travis <https://travis-ci.org/cython/cython>`_ and `appveyor <https://ci.appveyor.com/project/cython/cython>`_ for cross-platform testing, including pull requests.