diff options
| author | J08nY | 2019-04-21 17:41:20 +0200 |
|---|---|---|
| committer | J08nY | 2019-04-21 17:41:20 +0200 |
| commit | 1c5002cca81eee594041852b3748d4661d2b1968 (patch) | |
| tree | 062570d7a525de47aa3754aa3c3eb79ec786e965 /Makefile | |
| parent | c4b98adbb7c9898dc830b9c6f4b1f52890a17632 (diff) | |
| download | pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.gz pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.tar.zst pyecsca-1c5002cca81eee594041852b3748d4661d2b1968.zip | |
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 |
