summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9a5ce1b6015cc151710879f197f98dc1f4082aae (plain)
1
2
3
4
5
6
7
8
test:
	@cd tests; PYTHONPATH=.. py.test --tb=native

upload-docs:
	$(MAKE) -C docs dirhtml
	rsync -a docs/_build/dirhtml/* flow.srv.pocoo.org:/srv/websites/pluginbase.pocoo.org/static/

.PHONY: test upload-docs