Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
httplib2 / setup.cfg
Size: Mime:
[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