Holger Frey
2 years ago
4 changed files with 25 additions and 28 deletions
@ -0,0 +1,8 @@ |
|||||||
|
import nox |
||||||
|
|
||||||
|
|
||||||
|
@nox.session(python=["3.9", "3.10", "3.11"]) |
||||||
|
def tests(session): |
||||||
|
session.install(".[test]") |
||||||
|
|
||||||
|
session.run("pytest", *session.posargs) |
Loading…
Reference in new issue