Files
deb-python-oauth2client/Makefile
2011-02-15 17:46:47 -05:00

6 lines
114 B
Makefile

pep8:
find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202
test:
python runtests.py tests