mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
13 lines
130 B
Makefile
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
|