diff options
author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-12-20 22:25:26 +0000 |
---|---|---|
committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2013-12-20 22:49:02 +0000 |
commit | 79a8791e7fefdcbe62f264bf905ac09a1958e753 (patch) | |
tree | 6a18d0479d630ea4de787436ad5a48e42a51c890 /docs | |
parent | 1de907686ff4dfdaf0d6e93dcbfe1fda952f6d7a (diff) | |
download | cliff-79a8791e7fefdcbe62f264bf905ac09a1958e753.tar.gz |
Move to stackforge
Update links in documentation, add a contributing file, and update the
tox configuration file.
Change-Id: I42b5a652501160978c7896b8eabfb46061cd80ed
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/developers.rst | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/docs/source/developers.rst b/docs/source/developers.rst index 46b9808..ad02ee4 100644 --- a/docs/source/developers.rst +++ b/docs/source/developers.rst @@ -3,11 +3,19 @@ ================ If you would like to contribute to cliff directly, these instructions -should help you get started. Patches, bug reports, and feature -requests are all welcome through the `GitHub project -<https://github.com/dreamhost/cliff>`_. Contributions in the form of -patches or pull requests are easier to integrate and will receive -priority attention. +should help you get started. Bug reports, and feature requests are +all welcome through the `Launchpad project`_. + +.. _Launchpad project: https://launchpad.net/python-cliff + +Changes to cliff should be submitted for review via the Gerrit tool, +following the workflow documented at +http://wiki.openstack.org/GerritWorkflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed under the `Launchpad project`_. + .. note:: @@ -56,13 +64,11 @@ The output version of the documentation ends up in Running Tests ============= -.. image:: https://secure.travis-ci.org/dhellmann/cliff.png?branch=master - The test suite for clif uses tox_, which must be installed separately (``pip install tox``). -To run the tests under Python 2.7 and 3.2, run ``tox`` from the top -level directory of the git repository. +To run the tests under Python 2.7 and 3.3 as well as PyPy, run ``tox`` +from the top level directory of the git repository. To run tests under a single version of Python, specify the appropriate environment when running tox:: |