mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-07 20:50:34 +00:00
14 lines
131 B
Makefile
14 lines
131 B
Makefile
|
|
SHELL=/bin/bash
|
||
|
|
|
||
|
|
pytest:
|
||
|
|
./scripts/run_tests.sh
|
||
|
|
|
||
|
|
pytype:
|
||
|
|
pytype
|
||
|
|
|
||
|
|
doc:
|
||
|
|
cd docs && make html
|
||
|
|
|
||
|
|
spelling:
|
||
|
|
cd docs && make spelling
|