prepare travis for python3 testing

This commit is contained in:
Hans Dembinski
2018-07-03 11:19:31 +02:00
parent 5b3f38adf7
commit 3ec85e64e5

View File

@@ -58,9 +58,9 @@ install:
- export CC=${CC}-${COMPILER_VERSION}
- if [ "${PYTHON_VERSION}" = "3" ]; then
export PIP=pip3
export PIP=pip3;
else
export PIP=pip
export PIP=pip;
fi
- BOOST_VERSION=1.65.0 # match version number of cache directory above