PHONY=check test pytest

PYTHON ?= python

#: Run all tests
test check pytest:
	py.test
