File: run-cov.sh

package info (click to toggle)
python-jellyfish 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,052 kB
  • sloc: python: 580; makefile: 39; sh: 3
file content (5 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

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