Collect coverage

This commit is contained in:
Jake Howard 2018-12-07 21:12:56 +00:00
parent cdb2766b19
commit f6c37a64a4
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -4,7 +4,7 @@ set -e
export PATH=env/bin:${PATH}
nose2 tests
nose2 tests -C --coverage ipc_unix
black tests ipc_unix setup.py --check
flake8 ipc_unix tests setup.py --ignore=E128,E501