mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-17 20:11:02 +02:00
rename hacks to scripts
This commit is contained in:
9
scripts/run-checks
Executable file
9
scripts/run-checks
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
export PYTHONPATH=.
|
||||
|
||||
set -x
|
||||
python -m flake8 sshuttle tests
|
||||
python -m pytest .
|
Reference in New Issue
Block a user