Skip to content

Commit

Permalink
Merge pull request #542 from carltongibson/add-makefile
Browse files Browse the repository at this point in the history
Add makefile
  • Loading branch information
Carlton Gibson authored Nov 3, 2016
2 parents 7bfe8df + d356569 commit da3ed3b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: deps, test

deps:
pip install -r ./requirements/test.txt

test:
./runtests.py

0 comments on commit da3ed3b

Please sign in to comment.