"vscode:/vscode.git/clone" did not exist on "a6ae896726e59e0f5ec9f724a42c8b69e7420762"
Commit deac1830 authored by Matthew Brett's avatar Matthew Brett
Browse files

Set PYTHON_VERSION; test in test_library_builders

parent 00232f7e
......@@ -25,12 +25,13 @@ else
fi
if [ -n "$TEST_BUILDS" ]; then
if [ -n "$IS_OSX" ]; then
# This checked in test_library_builders.
# Will be set automatically by docker call in build_multilinux below.
PYTHON_VERSION=${MB_PYTHON_VERSION}
source tests/test_library_builders.sh
elif [ ! -x "$(command -v docker)" ]; then
echo "Skipping build tests; no docker available"
else
# Docker builds use PYTHON_VERSION
export PYTHON_VERSION=${MB_PYTHON_VERSION}
touch config.sh
source travis_linux_steps.sh
my_plat=${PLAT:-x86_64}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment