8b10b/Makefile

9 lines
111 B
Makefile
Raw Normal View History

2019-04-30 13:55:09 +00:00
init:
pip install -r requirements.txt
test:
nosetests tests/*
test_verbose:
nosetests --nocapture tests/*