1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03: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

@ -41,7 +41,7 @@ install:
- export PATH="${DEPS_DIR}/cmake/bin:${PATH}" - export PATH="${DEPS_DIR}/cmake/bin:${PATH}"
- cd "${DEPS_DIR}" - 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: script:
- cd "${TRAVIS_BUILD_DIR}" - cd "${TRAVIS_BUILD_DIR}"