.PHONY: all test

all: test

test:
	python setup.py test
