Skip to content

Commit e42fe5f

Browse files
committed
Add doc to norecursedirs in tox.ini
1 parent 27c4de2 commit e42fe5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/3245.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added ``doc`` to norecursedirs in tox.ini

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
204204
python_files = test_*.py *_test.py testing/*/*.py
205205
python_classes = Test Acceptance
206206
python_functions = test
207-
norecursedirs = .tox ja .hg cx_freeze_source
207+
norecursedirs = .tox ja .hg cx_freeze_source doc
208208
xfail_strict=true
209209
filterwarnings =
210210
error

0 commit comments

Comments
 (0)