summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-06-19 20:26:04 -0700
committerJohn Anderson <sontek@gmail.com>2015-06-19 20:26:04 -0700
commita7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe (patch)
tree78215fe145ad0664a40680bc2a482e6927a26a6c /setup.cfg
parent67c4a2f698ae6fffcc6a5d742c6d0727f5d3187d (diff)
downloadpymemcache-a7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe.tar.gz
Move to use pytest instead of nose
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f15c017..59da379 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,13 @@
[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