Skip to content

Commit da2fa77

Browse files
committed
update multibuild and disable windows tests temporarily to get artifacts
1 parent 253e052 commit da2fa77

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

appveyor.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,6 @@ before_test:
141141
142142
if %ENABLE_CONTRIB% EQU 0 ("%PYTHON%/python.exe" -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-python) else ("%PYTHON%/python.exe" -m pip install --no-index --find-links=%APPVEYOR_BUILD_FOLDER%\dist\ opencv-contrib-python)
143143
144-
test_script:
145-
- cmd: >-
146-
147-
cd %APPVEYOR_BUILD_FOLDER%\tests
148-
149-
"%PYTHON%/python.exe" -m unittest test
150-
151144
artifacts:
152145
- path: dist\*.whl
153146
name: wheels

0 commit comments

Comments
 (0)