stable-baselines3/scripts/run_tests.sh

3 lines
101 B
Bash
Raw Normal View History

2019-09-06 08:44:55 +00:00
#!/bin/bash
python -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v