stable-baselines3/scripts/run_tests.sh

3 lines
133 B
Bash
Raw Normal View History

2019-09-06 08:44:55 +00:00
#!/bin/bash
python3 -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v --color=yes -m "not expensive"