aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2019-04-21 17:41:20 +0200
committerJ08nY2019-04-21 17:41:20 +0200
commit1c5002cca81eee594041852b3748d4661d2b1968 (patch)
tree062570d7a525de47aa3754aa3c3eb79ec786e965 /Makefile
parentc4b98adbb7c9898dc830b9c6f4b1f52890a17632 (diff)
downloadpyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.gz
pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.zst
pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.zip
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