#!/bin/sh

set -e

export PYTHONPATH=$(pwd)/real-tree/:${PYTHONPATH}


py.test-3 -rw -x



