pyircbot/run-tests.sh
2017-12-03 20:58:20 -08:00

7 lines
113 B
Bash
Executable File

#!/bin/bash
export PYTHONUNBUFFERED=1
export PYTHONPATH=.
py.test --cov=pyircbot --cov-report html -n 4 tests/