PappyProxy/pappyproxy/Makefile
Rob Glew 4e6801e4d8 Release 0.0.1
See README diff for changes
2015-11-23 22:44:31 -06:00

9 lines
218 B
Makefile

install-third-party:
pip install -e ..
test:
py.test -rw --twisted --cov-config .coveragerc --cov=. tests/
test-verbose:
py.test -v -rw --twisted --cov-config .coveragerc --cov-report term-missing --cov=. tests/