summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-03 16:07:29 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-03 16:07:29 -0700
commitb7c9e99fb0c47ae4b85c87f8fa7e346a0d0967da (patch)
tree9106b69ce0c2a18391c63e955985207648731865 /setup.cfg
parentb50a1544606dbe79d6d0b9a462952d83ecdb9242 (diff)
downloadpymemcache-b7c9e99fb0c47ae4b85c87f8fa7e346a0d0967da.tar.gz
Release 1.3.7
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