File: build.sh

package info (click to toggle)
python-ddt 1.0.1-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 184 kB
  • sloc: python: 368; makefile: 153; sh: 5
file content (4 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash
nosetests --with-coverage --cover-html --cover-package=ddt
flake8 ddt.py test || echo "Flake8 errors"
(cd docs; make html)