Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Installing Dependencies

Install development dependencies with `pip <http://www.pip-installer.org/>`_::

$ pip install -r requirements.txt
$ pip install -r requirements-dev.txt

All packages for running tests and building documentation will be installed.

Expand All @@ -65,11 +65,10 @@ Python:
* CPython 3.5
* CPython 3.6

Testing uses `tox <https://pypi.python.org/pypi/tox>`_. If you don't want to
install all the development requirements, then, after downloading, you can
Testing uses `tox <https://pypi.python.org/pypi/tox>`_. You can
simply run::

$ python setup.py test
$ tox run

The test argument to setup.py will download a minimal testing infrastructure
and run the tests.
Besides run the tests, it will perform other tasks, such as runs linters and
formatters against the source-code, and build the docs.