Skip to content

Commit

Permalink
Test reqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Aug 7, 2024
1 parent d7cbde0 commit 0b27c50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,9 @@ def run(self):
"build_ext" : BuildExt,
"install" : Install,
},

test_requirements=[
"pytest",
]
)

0 comments on commit 0b27c50

Please sign in to comment.