File: setup.cfg

package info (click to toggle)
python-httplib2 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,448 kB
  • sloc: python: 6,629; javascript: 3,563; makefile: 56
file content (21 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[flake8]
exclude = *.egg*,.env,.git,.tox,_*,build*,dist*,venv*,python2/,python3/
ignore = E261,E731,W503
max-line-length = 121

[tool:pytest]
minversion = 3.2
addopts = 
	--ignore=tests/_TODO_legacy/
	--noconftest
	--showlocals
	--strict-markers
	--tb=short
	--timeout=17
	--verbose
	-ra

[egg_info]
tag_build = 
tag_date = 0