Skip to content

Commit b4a9263

Browse files
committed
updated noxfile
1 parent e78108f commit b4a9263

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,14 @@ def build(session):
7676
@nox.session(python=False)
7777
def test(session):
7878
"""Build then run pytest (like invoke: test depends on build)."""
79+
do_clean(session)
7980
do_build(session)
8081
do_test(session)
8182

8283
@nox.session(python=False)
8384
def performance(session):
8485
"""Build then run performance benches (like invoke: performance depends on build)."""
86+
do_clean(session)
8587
do_build(session)
8688
do_performance(session)
8789

0 commit comments

Comments
 (0)