python-click/Makefile

9 lines
200 B
Makefile
Raw Normal View History

2014-10-16 20:40:34 +02:00
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