File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,21 @@ build_script:
7373before_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
8486test_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
You can’t perform that action at this time.
0 commit comments