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

Fix macOS Travis build

This commit is contained in:
Henry Fredrick Schreiner 2017-11-30 07:49:17 -05:00
parent 45520a0ec4
commit 93a16eea61

View File

@ -51,6 +51,8 @@ matrix:
env:
- COMPILER=4.7
- os: osx
before_install:
- python -m ensurepip
install:
- python -c 'import sys; print(sys.version_info[:])'
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"