blob: a1123b3d4fccd2962c528f3cb417543ee9965e4e [file] [log] [blame]
pep8:
find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
test:
python runtests.py tests
.PHONY: docs
docs:
cd docs; ./build.sh