summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-30 15:56:40 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-30 16:10:51 -0400
commit4643aa13a0d1d4c44477671860d0d618d9ea78d9 (patch)
treedb98169e22b7144feae80b30ae02fae27d3b393e /README.rst
parentb0beb69ea83826a19306c46c211dead8420d173f (diff)
downloadpecan-4643aa13a0d1d4c44477671860d0d618d9ea78d9.tar.gz
README updates.
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::