summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8c2b13c..989aef8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.3.6
+current_version = 1.3.7
commit = False
tag = True
@@ -8,7 +8,7 @@ universal = true
[tool:pytest]
norecursedirs = build docs/_build *.egg .tox *.venv
-addopts =
+addopts =
--verbose
--tb=short
--capture=no
@@ -17,7 +17,7 @@ addopts =
-rfEsxX
--cov=pymemcache --cov-report=xml --cov-report=term-missing
-m unit
-markers =
+markers =
unit
integration
benchmark