From 4643aa13a0d1d4c44477671860d0d618d9ea78d9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 30 Mar 2012 15:56:40 -0400 Subject: [PATCH] README updates. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 `_, or to build manually::