summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-07-02 09:00:02 -0700
committerJohn Anderson <sontek@gmail.com>2015-07-02 09:00:02 -0700
commita622fa142cefb47421d857e608bbb0f7022b2488 (patch)
tree47701fbb513c72b0edd1e6be831de8d828a0f73c /setup.cfg
parent5c480dcfe3410819b3f79e4fa23994e81a4b669c (diff)
downloadpymemcache-a622fa142cefb47421d857e608bbb0f7022b2488.tar.gz
Setup pytest configuration for benchmarks
Using tox -e py27 -- -m benchmark or pytest -m benchmark you can now run the benchmarking tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3d3ac4e..fe3e1c5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,7 @@ addopts =
markers =
unit
integration
+ benchmark
[flake8]
show-source = True