summaryrefslogtreecommitdiff
path: root/Makefile
blob: 68eced56a2ea96afd0692173e5348c97d253dc04 (plain)
1
2
3
4
5
6
7
8
test:
	python setup.py test

pycco:
	find oauthlib -name "*.py" -exec pycco -p -s reST {} \;

pycco-clean:
	rm -rf docs/oauthlib docs/pycco.css