"tests/test_class_sh_inheritance.cpp" did not exist on "0f82a0b01482037554689dd945c3b10fcc9792cb"
Commit 4b84bad7 authored by Axel Huebl's avatar Axel Huebl Committed by Jason Rhinelander
Browse files

Fix Travis GCC 7 Python 3.6.6 (#1436)

Add missing python3 distutils on Debian "buster".
parent 58e551cc
......@@ -108,7 +108,7 @@ before_install:
export CXX=g++-$GCC CC=gcc-$GCC
fi
if [ "$GCC" = "6" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch" DOWNLOAD_CATCH=OFF
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch python3-distutils" DOWNLOAD_CATCH=OFF
fi
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export CXX=clang++ CC=clang;
......
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