Update documentation for running tests

The documentation for how to run tests currently says to use
"python setup.py test", which results in errors. Update the docs
to specify tox.

Change-Id: Ib32f6c0708de9439b6bdee4a4fb56cb88bc47d5a
Closes-Bug: #1550068
This commit is contained in:
Brad Pokorny 2016-02-25 16:50:34 -08:00
parent aea1f4fb23
commit 05a20bbc95
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ using `Gerrit`_.
.. _Launchpad: https://launchpad.net/keystonemiddleware
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
Run tests with ``python setup.py test``.
Run tests with ``tox -e py27`` if running with python 2.7. See the
``tox.ini`` file for other test environment options.
Indices and tables
==================