summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeffrey Rackauckas <jeffreyrack@gmail.com>2018-03-05 19:35:41 -0800
committerJeffrey Rackauckas <jeffreyrack@gmail.com>2018-03-05 19:35:41 -0800
commite42fe5f0f93f2f5849c26360971ff9eb900c69c3 (patch)
tree41183660a5d8a8e509aeec32a729d202bdc92fef /tox.ini
parent27c4de242f6524cfda73766e4d09b0b7cbad4183 (diff)
downloadpytest-e42fe5f0f93f2f5849c26360971ff9eb900c69c3.tar.gz
Add doc to norecursedirs in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b90bd432d..12e7a57fb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance
python_functions = test
-norecursedirs = .tox ja .hg cx_freeze_source
+norecursedirs = .tox ja .hg cx_freeze_source doc
xfail_strict=true
filterwarnings =
error