1 2 3 4 5 6 7 8 9
all: python setup.py build test: export PYTHONPATH=./lib/ && python -m thandy/tests install: python setup.py install