8000 [skip appveyor] build finally ok, last path fix · adrianmoisey/opencv-python@303ec86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 303ec86

Browse files
committed
[skip appveyor] build finally ok, last path fix
1 parent f4cc080 commit 303ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install:
3030
- cd build
3131
- cmake --build . --config Release
3232
- cd ../..
33-
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv/build/lib/python/*.so cv2; fi
33+
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then cp opencv/build/lib/*.so cv2; fi
3434
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then cp opencv/build/lib/python3/*.so cv2; fi
3535
- python setup.py bdist_wheel --opencv-version "$opencv_version-$TRAVIS_BUILD_NUMBER"
3636

0 commit comments

Comments
 (0)
0