We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0478e96 commit 15512ceCopy full SHA for 15512ce
Makefile
@@ -26,7 +26,7 @@ install-dev:
26
install-user:
27
pip3 install --ignore-installed --user .
28
29
-test: test-lint test-type-check test-unit
+test: test-lint test-unit
30
31
test-coverage:
32
coverage run --source fontsize -m py.test
@@ -36,8 +36,6 @@ test-coverage:
36
test-lint:
37
flake8 --ignore=W50 lib/fontsize
38
39
-test-type-check:
40
- mypy lib/fontsize
41
42
test-unit:
43
tox
0 commit comments