summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d992628..a2eb401 100644
--- a/README.rst
+++ b/README.rst
@@ -28,6 +28,10 @@ Running Tests
$ python setup.py test
+...or, to run all tests across all supported environments::
+
+ $ pip install tox && tox
+
Viewing Documentation
---------------------
`Available Online <http://pecan.readthedocs.org>`_, or to build manually::