File: test.sh

package info (click to toggle)
python-restructuredtext-lint 0.12.2-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 204 kB
  • sloc: python: 219; sh: 40; makefile: 33
file content (8 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# Exit on first error and echo commands
set -e
set -x

# Run our linter and tests
flake8 --max-line-length=120 restructuredtext_lint
nosetests --nocapture $*