stable-baselines3/scripts/run_tests.sh

3 lines
114 B
Bash
Raw Normal View History

2019-09-06 08:44:55 +00:00
#!/bin/bash
2021-11-18 09:38:50 +00:00
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes