python-project-structure-sa.../Makefile

6 lines
63 B
Makefile
Raw Normal View History

2012-04-16 20:45:44 -04:00
init:
2016-02-04 04:06:08 -05:00
pip install -r requirements.txt
2012-04-16 20:45:44 -04:00
test:
2016-02-04 04:06:08 -05:00
nosetests tests