.PHONY: test install

test:

install: python setup.py install
