8b10b/Makefile

9 lines
111 B
Makefile

init:
pip install -r requirements.txt
test:
nosetests tests/*
test_verbose:
nosetests --nocapture tests/*