Repository URL to install this package:
|
Version:
0.19.0 ▾
|
httplib2
/
setup.cfg
|
|---|
[coverage:run]
omit = */test/*
[flake8]
exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/
ignore = E261,W503
max-line-length = 121
[tool:pytest]
minversion = 3.2
addopts =
--cov-config=setup.cfg
--cov=httplib2
--noconftest
--showlocals
--strict
--tb=short
--timeout=17
--verbose
-ra
[egg_info]
tag_build =
tag_date = 0