blob: e203867f645de8c8c8acc8039f2d6f3ea807c41b [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
Joe Gregorioafc45f22011-02-20 16:11:28 -050010 python describe.py