#!/bin/sh
current_dir=$(dirname $0)
cd $current_dir/..
python setup.py nosetests && coverage html
