Skip to content

Commit 223387e

Browse files
committed
Update tox.ini
1 parent 1267a4d commit 223387e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ignore =
5050
require-code = True
5151

5252
[doc8]
53-
ignore-path=.tox
53+
ignore-path=.tox,src/sagemaker.egg-info
5454
# TODO: fix files before enabling max-line-length (D001)
5555
ignore=D001
5656

@@ -195,4 +195,4 @@ commands =
195195
# this needs to succeed for tests to display in some IDEs
196196
deps = .[test]
197197
commands =
198-
pytest --collect-only
198+
pytest --collect-only

0 commit comments

Comments
 (0)