From 07ed45780ac538af185a8c2ef711110fb7cabf69 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 8 Dec 2018 12:37:11 +0000 Subject: [PATCH] Run tests verbose --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 2d3035d..420c133 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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