aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 18:56:12 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 18:56:12 -0400
commit8810250b5ad5df929b0d4db37d676e6f494cbda5 (patch)
treefebde28bbf91b80b0ac7800ba6fa7b3abaaca286 /docs
parent7edbffcc92c89b96f37e9e007e0f7f9490c49232 (diff)
downloadexternal_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.gz
external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.bz2
external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.zip
Run tests with tox
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 70e7f1cd..c8f51b02 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -89,12 +89,10 @@ For posterity, the old `Bitbucket mirror
Testing
-------
-The primary tests are run using py.test. To run the tests::
+The primary tests are run using tox. To run the tests, first make
+sure you have tox installed, then invoke it::
- $ python setup.py test
-
-Or install py.test into your environment and run ``PYTHONPATH=. py.test``
-or ``python -m pytest``.
+ $ tox
Under continuous integration, additional tests may be run. See the
``.travis.yml`` file for full details on the tests run under Travis-CI.