diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
