11 lines
169 B
Makefile
11 lines
169 B
Makefile
pep8:
|
|
find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
|
|
|
|
test:
|
|
python runtests.py tests
|
|
|
|
.PHONY: docs
|
|
docs:
|
|
cd docs; ./build.sh
|
|
python describe.py
|