#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."

export PYTHONPATH=.

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