Skip to content

Commit

Permalink
Noxfile for automating builds through Nox
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 13, 2023
1 parent 9f01e75 commit 87e4254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions noxfile.py
@@ -0,0 +1,8 @@
import nox


@nox.session(python="3.11")
def tests(session):
session.install("-r", "requirements.txt")
session.install(".")
session.run("pytest")

0 comments on commit 87e4254

Please sign in to comment.