#!/bin/sh
# option '-s' is 'no capture'
#
cd $(dirname $0)
python setup.py build
echo "nosetests "$1" -w tests"
nosetests "$1" -w tests
