From 3cc0f8a717ebbc5622dca8809c4d14ccfb7a1aba Mon Sep 17 00:00:00 2001 From: Guillermo Vaya Date: Mon, 2 Dec 2013 12:07:05 +0100 Subject: [PATCH] Added info about tox, so people can use it prior to a PR --- docs/hacking.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hacking.rst b/docs/hacking.rst index e77aee0..08a1fe6 100644 --- a/docs/hacking.rst +++ b/docs/hacking.rst @@ -70,6 +70,10 @@ To run the tests:: Write tests---tests are good! +Also, it is good to run the tests for all the platforms supported and for pep8 compliant code. +You can do so by running tox:: + + $ tox Document! =========