init:
	pip install -r requirements.pip.txt --use-mirrors

test:
	nosetests tests
