Skip to content

Commit ea18631

Browse files
committed
Use PYTHON_VERSION
1 parent e8aeaf4 commit ea18631

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis/build-wheels.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
set +e
33
echo 'Begin build-wheel...'
44

5-
export PYTHON_VERSION=${MB_PYTHON_VERSION/./}
6-
echo 'MB_PYTHON_VERSION: ' $MB_PYTHON_VERSION
5+
export PYTHON_VERSION=${PYTHON_VERSION/./}
76
echo 'PYTHON_VERSION: '$PYTHON_VERSION
87

98
ENABLE_CONTRIB=$(<contrib.enabled)

0 commit comments

Comments
 (0)