stable-baselines3-contrib-sacd/scripts/run_tests.sh

3 lines
128 B
Bash
Executable File

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