We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aaf1b commit 67bbabcCopy full SHA for 67bbabc
MANIFEST.in
@@ -12,7 +12,6 @@ include Lib/fontTools/ttLib/tables/table_API_readme.txt
12
include *requirements.txt
13
include tox.ini
14
include mypy.ini
15
-include run-tests.sh
16
17
recursive-include Lib/fontTools py.typed
18
Makefile
@@ -14,7 +14,7 @@ uninstall:
pip uninstall --yes fonttools
check: all
- ./run-tests.sh
+ pytest
19
clean:
20
./setup.py clean --all
run-tests.sh
0 commit comments