mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-26 00:00:24 +00:00
5 lines
44 B
Bash
Executable file
5 lines
44 B
Bash
Executable file
#!/bin/sh
|
|
|
|
coverage erase
|
|
tox
|
|
coverage html
|