Merge pull request #542 from carltongibson/add-makefile

Add makefile
This commit is contained in:
Carlton Gibson 2016-11-03 21:49:13 +01:00 committed by GitHub
commit da3ed3be0a
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