summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
committerÉric Araujo <merwok@netwok.org>2020-05-07 14:29:20 -0400
commite1be97b3261661af865a0157f755fdc728b9f1f7 (patch)
tree6094838c31cf413554a02ea8f56d36c8f6f82f24 /setup.cfg
parentce6685e1b4a6c240ce9382464b1e0055a33d2b4a (diff)
parent1722cbb7bf40ce9d3793faf38f63e9f00d577613 (diff)
downloadpyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.gz
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.tar.bz2
pyramid-e1be97b3261661af865a0157f755fdc728b9f1f7.zip
merge master
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 8 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 756233bd0..0bda22a2f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,6 @@
[easy_install]
zip_ok = false
-[nosetests]
-match = ^test
-nocapture = 1
-
[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]
@@ -15,9 +11,17 @@ license_file = LICENSE.txt
[check-manifest]
ignore =
.gitignore
+ .gitattributes
PKG-INFO
*.egg-info
*.egg-info/*
ignore-default-rules = true
ignore-bad-ideas =
tests/pkgs/localeapp/**/*.mo
+ tests/pkgs/localeapp/**/*.mo
+
+[tool:pytest]
+python_files = test_*.py
+testpaths =
+ tests
+addopts = -W always