Reference make test instead of ./runtests.sh

This commit is contained in:
Trey Hunner 2013-08-07 01:19:11 -07:00
parent a7c6ff9392
commit 6e397303f8

View file

@ -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%.