From d2e2f51f9aefebdd70e62422182f886b27390f4b Mon Sep 17 00:00:00 2001 From: Alejandro Varas Date: Thu, 14 Nov 2013 16:27:32 -0300 Subject: [PATCH] Updated `CONTRIBUTING.rst` --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fad38ba..c16b60e 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -38,7 +38,7 @@ the tests against your code:: Please use tox to test the code against supported Python and Django versions. First install tox:: - pip install tox + pip install tox coverage To run tox and generate a coverage report (in ``htmlcov`` directory)::