Add makefile

This commit is contained in:
Carlton Gibson 2016-11-03 21:38:10 +01:00
parent 7bfe8dfbb2
commit d356569d43
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: deps, test
deps:
pip install -r ./requirements/test.txt
test:
./runtests.py