提交 b3f20fb1 编写于 作者: O Olli-Pekka Heinisuo

Simplify testing

上级 c6295633
......@@ -88,13 +88,13 @@ test_script:
cd %APPVEYOR_BUILD_FOLDER%
C:\Python27\python.exe -m unittest tests
C:\Python27\python.exe -c "import cv2"
C:\Python27-x64\python.exe -m unittest tests
C:\Python27-x64\python.exe -c "import cv2"
C:\Python35\python.exe -m unittest tests
C:\Python35\python.exe -c "import cv2"
C:\Python35-x64\python.exe -m unittest tests
C:\Python35-x64\python.exe -c "import cv2"
artifacts:
- path: dist\*.whl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册