Skip to content

Commit

Permalink
Add makefile, pip requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Apr 10, 2016
1 parent 0c08f6f commit b94a8f2
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@
init:
pip install -r requirements.txt

test:
python -m unittest discover

.PHONY: all test clean
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
configobj ~= 5.0
six ~= 1.10.0
psycopg2 ~= 2.6
MySQL-python ~= 1.2

0 comments on commit b94a8f2

Please sign in to comment.