diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -1,29 +1,29 @@ +[bumpversion] +current_version = 1.3.6 +commit = False +tag = True + [bdist_wheel] universal = true [pytest] norecursedirs = build docs/_build *.egg .tox *.venv -addopts = - --verbose - --tb=short - --capture=no - # show extra test summary info as specified by chars (f)ailed, (E)error, - # (s)skipped, (x)failed, (X)passed. - -rfEsxX - --cov=pymemcache --cov-report=xml --cov-report=term-missing - -m unit - -markers = - unit - integration - benchmark +addopts = + --verbose + --tb=short + --capture=no + # show extra test summary info as specified by chars (f)ailed, (E)error, + # (s)skipped, (x)failed, (X)passed. + -rfEsxX + --cov=pymemcache --cov-report=xml --cov-report=term-missing + -m unit +markers = + unit + integration + benchmark [flake8] show-source = True -[bumpversion] -current_version = 1.3.5 -commit = False -tag = True - [bumpversion:file:pymemcache/__init__.py] + |
