aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1e9a427..825e3c7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
test:
- nose2 -A !slow -v
+ nose2 -A !slow -C -v
test-plots:
- env PYECSCA_TEST_PLOTS=1 nose2 -A !slow -v
+ env PYECSCA_TEST_PLOTS=1 nose2 -A !slow -C -v
test-all:
- nose2 -v
+ nose2 -C -v
typecheck:
mypy -p pyecsca --ignore-missing-imports