test:
	nosetests gatspy

test-coverage:
	nosetests --with-coverage --cover-package=gatspy gatspy
