summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-22 08:51:11 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-22 08:51:11 -0400
commitd4ba3786b6ba6322f7a6b4498ba5abd478dceeb9 (patch)
treeac49d007e8c1adf411c6912ca488b9f2b336a99a /docs
parent99cf84d7f30c86a8a4047b54276537fd9637c22b (diff)
downloadpython-setuptools-bitbucket-d4ba3786b6ba6322f7a6b4498ba5abd478dceeb9.tar.gz
Updated recommeded testing procedure.
Diffstat (limited to 'docs')
-rw-r--r--docs/developer-guide.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt
index 5839aca1..c6f78d9a 100644
--- a/docs/developer-guide.txt
+++ b/docs/developer-guide.txt
@@ -69,9 +69,14 @@ mirror.
Testing
-------
-You can run the tests via::
+The primary tests are run using py.test. To run the tests::
- $ python setup.py test
+ $ python setup.py ptr
+
+Or install py.test into your environment and run ``py.test``.
+
+Under continuous integration, additional tests may be run. See the
+``.travis.yml`` file for full details on the tests run under Travis-CI.
-----------------
Authoring Tickets