1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Fixing pip (hopefully)

This commit is contained in:
Henry Fredrick Schreiner 2017-11-30 16:30:08 -05:00 committed by Henry Schreiner
parent c5e9ce33bd
commit f0a290873f

View File

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