1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 12:43:52 +00:00

Fix for build and python

This commit is contained in:
Henry Fredrick Schreiner 2017-02-06 12:56:03 -05:00
parent 03d3109955
commit f44aeff751

View File

@ -17,11 +17,11 @@ matrix:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
env: COMPILER=4.7
- compiler: clang
@ -41,7 +41,7 @@ install:
- export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
- cd "${DEPS_DIR}"
- if [ "$(python -c 'import sys; print(sys.version_info[0])')" = "2" ] ; then pip install pathlib; fi
- if [ "$(python -c 'import sys; print(sys.version_info[0])')" = "2" ] ; then pip install --user pathlib; fi
script:
- cd "${TRAVIS_BUILD_DIR}"