Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix appveyor would only test the PyPI package
  • Loading branch information
amos402 committed Aug 10, 2020
commit c204457dd449947aa49cd9376d8554b6f663db9f
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ init:
install:
- python -m pip install -U pip
- pip install --upgrade -r requirements.txt --quiet
- pip install pycparser --quiet

# Install OpenCover. Can't put on `packages.config`, not Mono compatible
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet
Expand All @@ -51,7 +52,7 @@ build_script:
- coverage run setup.py bdist_wheel %BUILD_OPTS%

test_script:
- pip install --find-links=.\dist\ pythonnet
- pip install --no-index --find-links=.\dist\ pythonnet
- ps: .\ci\appveyor_run_tests.ps1

on_finish:
Expand Down