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 b2532ef commit 4116a4bCopy full SHA for 4116a4b
.travis.yml
@@ -30,8 +30,8 @@ install:
30
- cmake --build . --config Release
31
- cd ../..
32
- find .
33
- - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv/build/lib/python/*.so opencv-python/cv2; fi
34
- - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then cp opencv/build/lib/python3/*.so opencv-python/cv2; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv/build/lib/python/*.so cv2; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then cp opencv/build/lib/python3/*.so cv2; fi
35
- python setup.py bdist_wheel --opencv-version "$opencv_version-$TRAVIS_BUILD_NUMBER"
36
37
before_script:
0 commit comments