summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 7fd9527..894d563 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -59,13 +59,10 @@ docs =
docutils
pylons-sphinx-themes>=1.0.9
-[bdist_wheel]
-universal = 1
-
[tool:pytest]
python_files = test_*.py
# For the benefit of test_wasyncore.py
python_classes = Test_*
testpaths =
tests
-addopts = -W always --cov
+addopts = --cov -W always