mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-03 05:38:55 +02:00
9 lines
119 B
Bash
Executable File
9 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
cd "$(dirname "$0")/.."
|
|
|
|
export PYTHONPATH=.
|
|
|
|
set -x
|
|
python -m pytest .
|
|
python -m flake8 . |