stable-baselines3/Makefile
2020-01-28 10:24:02 +01:00

16 lines
160 B
Makefile

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