summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 685c009a81aaeeaf5d6bb3b18517ba11bf95c6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[bumpversion]
current_version = 1.4.3
commit = False
tag = True

[bdist_wheel]
universal = true

[tool:pytest]
norecursedirs = build docs/_build *.egg .tox *.venv
addopts = 
	--verbose
	--tb=short
	--capture=no
	-rfEsxX
	--cov=pymemcache --cov-report=xml --cov-report=term-missing
	-m unit
markers = 
	unit
	integration
	benchmark

[flake8]
show-source = True
max-line-length = 80

[bumpversion:file:pymemcache/__init__.py]