Skip to content

Commit 2d2b297

Browse files
authored
Fix appveyor would only test the PyPI package (#1200)
1 parent 8e029ef commit 2d2b297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ init:
4040
install:
4141
- python -m pip install -U pip
4242
- pip install --upgrade -r requirements.txt --quiet
43+
- pip install pycparser --quiet
4344

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

5354
test_script:
54-
- pip install --find-links=.\dist\ pythonnet
55+
- pip install --no-index --find-links=.\dist\ pythonnet
5556
- ps: .\ci\appveyor_run_tests.ps1
5657

5758
on_finish:

0 commit comments

Comments
 (0)