stable-baselines3/scripts/run_tests.sh
2021-11-18 10:38:50 +01:00

2 lines
114 B
Bash
Executable file

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