aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-11-21 10:42:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-11-21 10:42:48 -0500
commita88effc90cdc99974ae65c008238566cdab4b98e (patch)
tree1d0835510231fda6d6bd3d626465a4abdbf906d1 /docs
parentcff3a4820a926b379b5556ab28c9e5bd67152926 (diff)
downloadexternal_python_setuptools-a88effc90cdc99974ae65c008238566cdab4b98e.tar.gz
external_python_setuptools-a88effc90cdc99974ae65c008238566cdab4b98e.tar.bz2
external_python_setuptools-a88effc90cdc99974ae65c008238566cdab4b98e.zip
Update docs to reflect preferred usage with latest pytest-runner.
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 27c304e5..b6f5bb9f 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -92,7 +92,7 @@ Testing
The primary tests are run using py.test. To run the tests::
- $ python setup.py ptr
+ $ python setup.py test
Or install py.test into your environment and run ``py.test``.