stable-baselines3/Makefile
2020-01-22 17:17:12 +01:00

13 lines
130 B
Makefile

SHELL=/bin/bash
pytest:
./scripts/run_tests.sh
type:
pytype
docs:
cd docs && make html
spelling:
cd docs && make spelling