mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-30 20:02:13 +00:00
prepare travis for python3 testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user