blob: a1123b3d4fccd2962c528f3cb417543ee9965e4e [file] [log] [blame]
Joe Gregorio58b95942010-12-09 15:04:29 -05001pep8:
2 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 Gregoriod81ecb02011-02-15 17:46:47 -05005 python runtests.py tests
Joe Gregorio9ce4b622011-02-17 15:32:11 -05006
7.PHONY: docs
8docs:
9 cd docs; ./build.sh