summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8a4076d792ec5b5df070b50ca0b3ba0bd63fd9e8 (plain)
1
2
3
4
5
6
7
8
test:
	nosetests -w tests

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

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