Skip to content

Commit

Permalink
We also need pytest coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 14, 2025
1 parent df2365f commit 61d81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python.exe -m pip install codecov coverage pytest setuptools"
- "python.exe -m pip install codecov coverage pytest-cov setuptools"
- choco install -y swig
- python.exe setup.py build_ext --inplace

Expand Down

0 comments on commit 61d81f0

Please sign in to comment.