mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Reference make test instead of ./runtests.sh
This commit is contained in:
parent
a7c6ff9392
commit
6e397303f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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%.
|
||||
|
|
|
|||
Loading…
Reference in a new issue