Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit edc4209

Browse files
committed
Make sure py.test ignores the 'docs' directory.
1 parent e8fd68a commit edc4209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ deps = pytest
1515
[pytest]
1616
pep8ignore =
1717
test.py E701
18+
norecursedirs = docs .tox
19+
1820

1921
[pep257]
2022
verbose = true

0 commit comments

Comments
 (0)