diff options
| author | Sean Lynch <techniq35@gmail.com> | 2013-01-20 23:22:56 -0500 |
|---|---|---|
| committer | Sean Lynch <techniq35@gmail.com> | 2013-01-20 23:22:56 -0500 |
| commit | 47f79a7ca186b6e0a9974a6d610c495d4139a1ea (patch) | |
| tree | a94bfb01819683ae2bd8a2f8592a9c846ce2ba1b /docs | |
| parent | 9f38efe4133f6f4c4a2e58b5867f3f7883d119c8 (diff) | |
| download | tablib-47f79a7ca186b6e0a9974a6d610c495d4139a1ea.tar.gz | |
Update CI docs (Jenkins->Travis)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/development.rst | 13 |
1 files changed, 4 insertions, 9 deletions
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 <api>`.
\ No newline at end of file +Make sure to check out the :ref:`API Documentation <api>`. |
