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

5 lines
81 B
Makefile

init:
pip install -r requirements.txt --use-mirrors
test:
nosetest tests/**.py