aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/noxfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'noxfile.py')
-rw-r--r--noxfile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/noxfile.py b/noxfile.py
index d64f210..a574670 100644
--- a/noxfile.py
+++ b/noxfile.py
@@ -15,3 +15,5 @@ def bench(session: nox.Session):
session.env["MATURIN_PEP517_ARGS"] = "--profile=dev"
session.install(".[dev]")
session.run("pytest", "--benchmark-enable")
+
+