From c204457dd449947aa49cd9376d8554b6f663db9f Mon Sep 17 00:00:00 2001 From: amos402 Date: Mon, 10 Aug 2020 23:37:42 +0800 Subject: [PATCH] Fix appveyor would only test the PyPI package --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d353bbe5f..142ee433c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 @@ -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: