File: build.sh

package info (click to toggle)
python-ddt 1.7.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 256 kB
  • sloc: python: 785; makefile: 147; sh: 11
file content (4 lines) | stat: -rwxr-xr-x 111 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/bin/bash
pytest --cov=ddt --cov-report html
flake8 ddt.py test || echo "Flake8 errors"
(cd docs; make html)