mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 20:53:52 +00:00
Fix for build and python
This commit is contained in:
parent
03d3109955
commit
f44aeff751
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user