Skip to content

Commit 67bbabc

Browse files
committed
Remove run-tests.sh
I'm the only one who was using it. Remove now that pytest is what we call.
1 parent d0aaf1b commit 67bbabc

File tree

3 files changed

+1
-30
lines changed

3 files changed

+1
-30
lines changed

MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ include Lib/fontTools/ttLib/tables/table_API_readme.txt
1212
include *requirements.txt
1313
include tox.ini
1414
include mypy.ini
15-
include run-tests.sh
1615

1716
recursive-include Lib/fontTools py.typed
1817

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uninstall:
1414
pip uninstall --yes fonttools
1515

1616
check: all
17-
./run-tests.sh
17+
pytest
1818

1919
clean:
2020
./setup.py clean --all

run-tests.sh

-28
This file was deleted.

0 commit comments

Comments
 (0)