Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit838dfc2

Browse files
committed
* Ignore package index
* Install pycparser on Windows ci
1 parent97f0009 commit838dfc2

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 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)

[8]ページ先頭

©2009-2025 Movatter.jp