python-click/Makefile
2014-10-16 14:40:34 -04:00

9 lines
200 B
Makefile

test:
@cd tests; PYTHONPATH=.. py.test --tb=short
upload-docs:
$(MAKE) -C docs dirhtml
rsync -a docs/_build/dirhtml/* flow.srv.pocoo.org:/srv/websites/click.pocoo.org/static/
.PHONY: upload-docs