#!/usr/bin/env python

import matplotlib
import nose
matplotlib.use('agg')

nose.main()
