diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-21 10:42:48 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-21 10:42:48 -0500 |
commit | 7a16db256d6c8ffb6b19bf324c77f85db05dfdc3 (patch) | |
tree | 2a3b3edf4c50a48b2f43276b39d0a3fb293ed2aa | |
parent | fb4e16dd7217067b72a54e35f146c1257f4df2de (diff) | |
download | python-setuptools-bitbucket-7a16db256d6c8ffb6b19bf324c77f85db05dfdc3.tar.gz |
Update docs to reflect preferred usage with latest pytest-runner.
-rw-r--r-- | docs/developer-guide.txt | 2 |
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``. |