10000
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 97f0009 commit 838dfc2Copy full SHA for 838dfc2
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 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