2020-01-22 15:18:27 +00:00
|
|
|
SHELL=/bin/bash
|
|
|
|
|
|
|
|
|
|
pytest:
|
|
|
|
|
./scripts/run_tests.sh
|
|
|
|
|
|
2020-01-22 16:17:12 +00:00
|
|
|
type:
|
2020-01-22 15:18:27 +00:00
|
|
|
pytype
|
|
|
|
|
|
2020-01-22 16:17:12 +00:00
|
|
|
docs:
|
2020-01-22 15:18:27 +00:00
|
|
|
cd docs && make html
|
|
|
|
|
|
|
|
|
|
spelling:
|
|
|
|
|
cd docs && make spelling
|