Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit ce79cbe

Browse files
committed
list out sessions
1 parent ee87306 commit ce79cbe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@
7171
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7272

7373
nox.options.sessions = [
74-
"unit",
74+
"unit-3.9",
75+
"unit-3.10",
76+
"unit-3.11",
77+
"unit-3.12",
78+
"unit-3.13",
79+
"unit-3.14",
7580
"system",
7681
"cover",
7782
"lint",

0 commit comments

Comments
 (0)