archive
/
ipc-unix
Archived
1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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