Skip to content

Commit fc8b880

Browse files
committed
re-enable tests
1 parent e4a8810 commit fc8b880

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@ 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+
144151
artifacts:
145152
- path: dist\*.whl
146153
name: wheels

0 commit comments

Comments
 (0)