File tree Expand file tree Collapse file tree 5 files changed +6
-39
lines changed
Expand file tree Collapse file tree 5 files changed +6
-39
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ RM ?= rm
2020all : develop
2121
2222mathics_scanner/data/characters.json : mathics_scanner/data/named-characters.yml
23- $(PIP ) install PyYAML
24- $(PYTHON ) admin-tools/compile-translation-tables .py
23+ $(PIP ) install -r requirements-dev.txt
24+ $(PYTHON ) mathics_scanner/build_tables .py
2525
2626# : build everything needed to install
2727build : mathics_scanner/data/characters.json
@@ -40,10 +40,11 @@ test check: pytest
4040
4141# : Remove derived files
4242clean :
43- @find . -name * .pyc -type f -delete;
43+ @find . -name * .pyc -type f -delete; \
44+ $(RM ) -f mathics_scanner/data/characters.json || true
4445
4546# : Run py.test tests. Use environment variable "o" for pytest options
46- pytest :
47+ pytest : mathics_scanner/data/characters.json
4748 py.test test $o
4849
4950
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ PyYAML
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments