blob: 2c38ba8d99a192fcdc96db212dbaaef868f9c0f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- setup.cfg.orig 2015-08-22 22:46:55 UTC
+++ setup.cfg
@@ -1,5 +1,6 @@
[pytest]
addopts = --ignore pip/_vendor --ignore tests/tests_cache
+norecursedirs = .tox build dist node_modules *.egg-info
[wheel]
universal=1
|