#!/bin/sh

set -e

find tests -name '*.pyc' -delete
py.test
