test:
	py.test

manytest:
	watch -n 5 py.test

clean:
	pythong --wash

upload:
	python setup.py sdist upload --sign
