Skip to content

Commit

Permalink
Adding codecov to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchapin committed Aug 19, 2024
1 parent cd015c2 commit ca9e776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
'pandas',
'scipy',
'onshape_client',
'numpy==1.22.1'
'numpy==1.22.1',
],

python_requires='>=3.8',
setup_requires=["pytest-runner"],
tests_require=["pytest==7.2.1"],
tests_require=["pytest==7.2.1", "codecov>=2.1.4"],
include_package_data=True,
test_suite="tests",
zip_safe=False
Expand Down

0 comments on commit ca9e776

Please sign in to comment.