diff --git a/docs/development.rst b/docs/development.rst index 0b56457..0d6d455 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -174,20 +174,15 @@ This will generate a **nosetests.xml** file, which can then be analyzed. Continuous Integration ---------------------- -Every commit made to the **develop** branch is automatically tested and inspected upon receipt with `Jenkins CI`_. If you have access to the main repository and broke the build, you will receive an email accordingly. +Every commit made to the **develop** branch is automatically tested and inspected upon receipt with `Travis CI`_. If you have access to the main repository and broke the build, you will receive an email accordingly. Anyone may view the build status and history at any time. - http://ci.kennethreitz.com/ - - -If you are trustworthy and plan to contribute to tablib on a regular basis, please contact `Kenneth Reitz`_ to get an account on the Jenkins Server. - + https://travis-ci.org/kennethreitz/tablib Additional reports will also be included here in the future, including :pep:`8` checks and stress reports for extremely large datasets. -.. _`Jenkins CI`: http://jenkins-ci.org/ -.. _`Kenneth Reitz`: http://kennethreitz.com/contact-me/ +.. _`Jenkins CI`: https://travis-ci.org/ .. _docs: @@ -243,4 +238,4 @@ You can also generate the documentation in **epub**, **latex**, **json**, *&c* s ---------- -Make sure to check out the :ref:`API Documentation `. \ No newline at end of file +Make sure to check out the :ref:`API Documentation `.