Skip to content

Commit 4b84bad

Browse files
ax3ljagerman
authored andcommitted
Fix Travis GCC 7 Python 3.6.6 (pybind#1436)
Add missing python3 distutils on Debian "buster".
1 parent 58e551c commit 4b84bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ before_install:
108108
export CXX=g++-$GCC CC=gcc-$GCC
109109
fi
110110
if [ "$GCC" = "6" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
111-
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch" DOWNLOAD_CATCH=OFF
111+
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch python3-distutils" DOWNLOAD_CATCH=OFF
112112
fi
113113
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
114114
export CXX=clang++ CC=clang;

0 commit comments

Comments
 (0)