summaryrefslogtreecommitdiff
path: root/noxfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py
index d391ff4..d1a8d1b 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -8,7 +8,7 @@ from nox.sessions import Session
package = "text-recognizer"
nox.options.sessions = "lint", "mypy", "pytype", "safety", "tests"
-locations = "src", "tests", "noxfile.py", "docs/conf.py"
+locations = "src", "tests", "noxfile.py", "docs/conf.py", "src/text_recognizer/tests"
def install_with_constraints(session: Session, *args: str, **kwargs: Any) -> None: