pep8: Move to third_party/.
[Samba.git] / third_party / pep8 / Makefile
blob29b243d4c5e4fdf824cd5f77ffa2d0a82b633ab1
1 test :
2 python pep8.py --testsuite testsuite
4 selftest :
5 python pep8.py --statistics pep8.py
7 doctest :
8 python pep8.py --doctest
10 unittest :
11 python -m testsuite.test_all
13 alltest : test selftest doctest unittest