File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ install:
29
29
- cd build
30
30
- cmake --build . --config Release
31
31
- cd ../..
32
- - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv\ build\ lib\ RELEASE\ *.pyd opencv-python/cv2; fi
33
- - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then cp opencv\ build\ lib\ python3\ Release\ *.pyd opencv-python/cv2; fi
32
+ - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv/ build/ lib/ RELEASE/ *.pyd opencv-python/cv2; fi
33
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then cp opencv/ build/ lib/ python3/ Release/ *.pyd opencv-python/cv2; fi
34
34
- python setup.py bdist_wheel --opencv-version "$opencv_version-$TRAVIS_BUILD_NUMBER"
35
35
36
36
before_script :
37
- - pip install --no-index --find-links=opencv-python\ dist\ opencv-python
37
+ - pip install --no-index --find-links=opencv-python/ dist/ opencv-python
38
38
39
39
script :
40
40
- cd tests
You can’t perform that action at this time.
0 commit comments