stable-baselines3/scripts/run_tests.sh
2020-03-31 10:18:56 +02:00

2 lines
102 B
Bash
Executable file

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