summaryrefslogtreecommitdiff
path: root/Makefile
blob: 26a6202e7e2219df8f29fcde32e22dfed6904c8d (plain)
1
2
3
4
5
6
7
8
9
10
test :
	python pep8.py --testsuite testsuite

selftest :
	python pep8.py --statistics pep8.py

doctest :
	python pep8.py --doctest

alltest : test selftest doctest