Skip to content

Commit

Permalink
make tests work in nox
Browse files Browse the repository at this point in the history
  • Loading branch information
betsybookwyrm committed Nov 16, 2021
1 parent 8ad8d40 commit d458540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@nox.session
def tests(session):
session.install("pytest")
session.install(".")
session.run("pytest")


Expand Down

0 comments on commit d458540

Please sign in to comment.