Skip to content

Commit c701f38

Browse files
committed
Update appveyor.yml
1 parent cde530f commit c701f38

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,21 @@ build_script:
7373
before_test:
7474
- cmd: >-
7575
76-
C:\Python27\python.exe -m pip install --ignore-installed --find-links=dist\ opencv-python
76+
cd ..
77+
78+
C:\Python27\python.exe -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-python
7779
78-
C:\Python27-x64\python.exe -m pip install --ignore-installed --find-links=dist\ opencv-python
80+
C:\Python27-x64\python.exe -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-python
7981
80-
C:\Python35\python.exe -m pip install --ignore-installed --find-links=dist\ opencv-python
82+
C:\Python35\python.exe -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-python
8183
82-
C:\Python35-x64\python.exe -m pip install --ignore-installed --find-links=dist\ opencv-python
84+
C:\Python35-x64\python.exe -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-python
8385
8486
test_script:
8587
- cmd: >-
8688
89+
cd %APPVEYOR_BUILD_FOLDER%
90+
8791
C:\Python27\python.exe -m unittest tests
8892
8993
C:\Python27-x64\python.exe -m unittest tests

0 commit comments

Comments
 (0)