We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a8810 commit fc8b880Copy full SHA for fc8b880
appveyor.yml
@@ -141,6 +141,13 @@ before_test:
141
142
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)
143
144
+test_script:
145
+- cmd: >-
146
+
147
+ cd %APPVEYOR_BUILD_FOLDER%\tests
148
149
+ "%PYTHON%/python.exe" -m unittest test
150
151
artifacts:
152
- path: dist\*.whl
153
name: wheels
0 commit comments