File: run-checks

package info (click to toggle)
sshuttle 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: python: 6,313; sh: 361; makefile: 161
file content (9 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."

export PYTHONPATH=.

set -x
python -m flake8 sshuttle tests 
python -m pytest .