Skip to content

Commit e8aeaf4

Browse files
committed
some cleaning
1 parent 5aa5348 commit e8aeaf4

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

travis/build-wheels-osx.sh

-4
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,4 @@ if [[ $PYTHON_VERSION == 3* ]]; then
123123
fi
124124

125125
echo 'Build wheel'
126-
# pip wheel . -w ./wheelhouse/
127126

128-
echo 'Cleanup'
129-
# rm -fr opencv/build
130-
# rm cv2/*.so

travis/build-wheels.sh

+2-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo 'PYTHON_VERSION: '$PYTHON_VERSION
88

99
ENABLE_CONTRIB=$(<contrib.enabled)
1010

11-
python -m pip install -r requirements.txt
11+
pip install -r requirements.txt
1212

1313
# Begin build
1414
echo 'Begin build'
@@ -96,9 +96,4 @@ fi
9696

9797
# Build wheel
9898
echo 'Build wheel'
99-
python -m pip wheel . -w /io/wheelhouse/
100-
101-
# Cleanup
102-
echo 'Cleanup'
103-
rm -fr opencv/build
104-
rm cv2/*.so
99+
pip wheel . -w /io/wheelhouse/

0 commit comments

Comments
 (0)