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 ...@@ -25,12 +25,13 @@ else
fi fi
if [ -n "$TEST_BUILDS" ]; then if [ -n "$TEST_BUILDS" ]; then
if [ -n "$IS_OSX" ]; 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 source tests/test_library_builders.sh
elif [ ! -x "$(command -v docker)" ]; then elif [ ! -x "$(command -v docker)" ]; then
echo "Skipping build tests; no docker available" echo "Skipping build tests; no docker available"
else else
# Docker builds use PYTHON_VERSION
export PYTHON_VERSION=${MB_PYTHON_VERSION}
touch config.sh touch config.sh
source travis_linux_steps.sh source travis_linux_steps.sh
my_plat=${PLAT:-x86_64} 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