File: build.sh

package info (click to toggle)
python-ddt 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 80
  • sloc: python: 225; makefile: 140; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download
1
2
3
4
#!/bin/bash
nosetests --with-coverage --cover-html
flake8 ddt.py test || echo "Flake8 errors"
(cd docs; make html)