summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Pokorny <Brad_Pokorny@symantec.com>2016-02-25 16:50:34 -0800
committerBrad Pokorny <Brad_Pokorny@symantec.com>2016-02-25 16:57:18 -0800
commit05a20bbc95c3fa1b20f6beb88e1b29588f9af8ed (patch)
treee046c1960b851b78af44016a90e1955467071006 /doc
parentaea1f4fb2302c78d7acd73bc824016caf876f905 (diff)
downloadkeystonemiddleware-05a20bbc95c3fa1b20f6beb88e1b29588f9af8ed.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4707c18..666a842 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -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
==================