archive
/
ipc-unix
Archived
1
Fork 0

Run tests verbose

This commit is contained in:
Jake Howard 2018-12-08 12:37:11 +00:00
parent 874f9d240b
commit 07ed45780a
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 $@ -C --coverage ipc_unix
nose2 $@ -C --coverage ipc_unix --verbose
black tests ipc_unix setup.py --check
flake8 ipc_unix tests setup.py --ignore=E128,E501