File: coverage.sh

package info (click to toggle)
django-simple-captcha 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: python: 1,661; makefile: 103; sh: 21
file content (6 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/bash
export CAPTCHA_FLITE_PATH=`which flite`
export CAPTCHA_SOX_PATH=`which sox`
coverage run --rcfile .coveragerc  manage.py test --failfast captcha
coverage xml
coverage html