Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit c528fcf0d340eae3c64ef4101d947fc87a1812ae
Author: Larry Hosken <[email protected]>
Date:   Mon Mar 3 11:37:22 2014 -0800

    incorporate feedback: fix formatting

commit 4566d918c4325eca7d9d72274c7730763d7dc96c
Author: Larry Hosken <[email protected]>
Date:   Mon Mar 3 10:24:41 2014 -0800

    docs += Travis-CI status badges in a couple of places

(sapling split of 775e77c3952d84a377bac5f385e5fc739895b3f2)
  • Loading branch information
lahosken committed Mar 3, 2014
1 parent b2d8619 commit 4890a20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/python/twitter/pants/docs/howto_contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ Pants Contributors Guide

This page documents how to make contributions to Pants. If you've
:doc:`developed a change to Pants <howto_develop>`, it passes all
tests, and you'd like to "send it upstream", here's what to do.
tests (current test status: |travis-bot|), and you'd like to "send
it upstream", here's what to do:

.. TODO: Document the release process.
.. TODO: Coding Conventions section
.. |travis-bot| image:: https://travis-ci.org/twitter/commons.png?branch=master
:target: https://travis-ci.org/twitter/commons

************
Mailing List
Expand Down
6 changes: 5 additions & 1 deletion src/python/twitter/pants/docs/howto_develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,15 @@ Running Tests
=============

Pants has many tests. There are BUILD targets to run those tests.
We try to keep them passing. (Their current status: |travis-bot|)
To make sure a change passes *all* of Pants' tests, use the
``tests/python/twitter/pants:all`` target:
``tests/python/twitter/pants:all`` target::

./pants tests/python/twitter/pants:all

.. |travis-bot| image:: https://travis-ci.org/twitter/commons.png?branch=master
:target: https://travis-ci.org/twitter/commons

Before :doc:`contributing a change <howto_contribute>` to Pants,
make sure it passes all tests.

Expand Down

0 comments on commit 4890a20

Please sign in to comment.