#!/bin/bash set -e python setup.py testr --coverage RET=$? coverage report rm -f .coverage exit $RET