blob: a0550a24adb6350597fcde4a98f98c5568fb194b [file] [log] [blame]
Joe Gregorio58b95942010-12-09 15:04:29 -05001pep8:
Joe Gregorio0fb19e12011-02-22 07:53:24 -05002 find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
Joe Gregorioba9ea7f2010-08-19 15:49:04 -04003
Joe Gregorio58b95942010-12-09 15:04:29 -05004test:
Joe Gregorio0fb19e12011-02-22 07:53:24 -05005 python runtests.py tests
Joe Gregorio9ce4b622011-02-17 15:32:11 -05006
7.PHONY: docs
8docs:
9 cd docs; ./build.sh
Joe Gregorioafc45f22011-02-20 16:11:28 -050010 python describe.py