PYTHON=python

test:
	$(PYTHON) setup.py test

.PHONY: test
