summaryrefslogtreecommitdiff
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
commit7a16db256d6c8ffb6b19bf324c77f85db05dfdc3 (patch)
tree2a3b3edf4c50a48b2f43276b39d0a3fb293ed2aa
parentfb4e16dd7217067b72a54e35f146c1257f4df2de (diff)
downloadpython-setuptools-bitbucket-7a16db256d6c8ffb6b19bf324c77f85db05dfdc3.tar.gz
Update docs to reflect preferred usage with latest pytest-runner.
-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``.