stable-baselines3/Makefile
Antonin Raffin 37f9f13684 Revert all changes for python 2
+ Add makefile and pytype
2020-01-22 16:18:27 +01:00

13 lines
131 B
Makefile

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