diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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:: |