jellyfish/run-cov.sh

6 lines
109 B
Bash
Executable File

#!/bin/sh
export PYTHONPATH=.;
pip install -e .
py.test jellyfish/test.py --cov jellyfish --cov-report html