We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e029ef commit 2d2b297Copy full SHA for 2d2b297
appveyor.yml
@@ -40,6 +40,7 @@ init:
40
install:
41
- python -m pip install -U pip
42
- pip install --upgrade -r requirements.txt --quiet
43
+ - pip install pycparser --quiet
44
45
# Install OpenCover. Can't put on `packages.config`, not Mono compatible
46
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet
@@ -51,7 +52,7 @@ build_script:
51
52
- coverage run setup.py bdist_wheel %BUILD_OPTS%
53
54
test_script:
- - pip install --find-links=.\dist\ pythonnet
55
+ - pip install --no-index --find-links=.\dist\ pythonnet
56
- ps: .\ci\appveyor_run_tests.ps1
57
58
on_finish:
0 commit comments