From 6e397303f842c3470321720ef8d6ec7b3315d69d Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Wed, 7 Aug 2013 01:19:11 -0700 Subject: [PATCH] Reference `make test` instead of `./runtests.sh` --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 70d48bb..fad38ba 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -42,7 +42,7 @@ First install tox:: To run tox and generate a coverage report (in ``htmlcov`` directory):: - ./runtests.sh + make test **Please note**: Before a pull request can be merged, all tests must pass and code/branch coverage in tests must be 100%.