Skip to content

Commit 801525a

Browse files
committed
Make test install on AppVeyor use the index for pycparser
1 parent 0a59005 commit 801525a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ build_script:
5454
- coverage run setup.py bdist_wheel %BUILD_OPTS%
5555

5656
test_script:
57-
- pip install --no-index --find-links=.\dist\ pythonnet
57+
- pip install --find-links=.\dist\ pythonnet
5858
- ps: .\ci\appveyor_run_tests.ps1
5959

6060
on_finish:

0 commit comments

Comments
 (0)