Skip to content

Commit e78108f

Browse files
committed
updated noxfile, removed tasks.py
1 parent 9ea198a commit e78108f

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed

noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import nox
22
import sys
3-
import os
43

54
ARTIFACTS = (
65
"*.egg-info",
@@ -13,7 +12,6 @@
1312
# Make `nox` default to running tests if you just do `nox`
1413
nox.options.sessions = ["test"]
1514

16-
# ----- helpers (not sessions) -----
1715

1816
def do_clean(session: nox.Session) -> None:
1917
# uninstall arraykit
@@ -61,7 +59,8 @@ def do_lint(session: nox.Session) -> None:
6159
external=True,
6260
)
6361

64-
# ----- sessions -----
62+
63+
# NOTE: use `nox -s build` to launch a session
6564

6665
@nox.session(python=False) # use current environment
6766
def clean(session):

tasks.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)