stable-baselines3/scripts/run_tests.sh
2019-09-06 10:44:55 +02:00

2 lines
101 B
Bash
Executable file

#!/bin/bash
python -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v