#!/usr/bin/env python

import os

os.system('nosetests -c coverage.cfg')
