Skip to content

Commit eeb7f98

Browse files
noxfile main block
1 parent 02c1b3c commit eeb7f98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ def coverage(session: Session) -> None:
5151
# Coverage analysis slows down the testing, so we do it only once.
5252
session.install("--group=test", ".")
5353
session.run("pytest", "--cov=nanonis_xarray", "--cov-branch", "--cov-report=xml")
54+
55+
56+
if __name__ == "__main__":
57+
nox.main()

0 commit comments

Comments
 (0)