mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 21:23:52 +00:00
Fixing pip (hopefully)
This commit is contained in:
parent
c5e9ce33bd
commit
f0a290873f
@ -63,7 +63,7 @@ matrix:
|
|||||||
- COMPILER=4.7
|
- COMPILER=4.7
|
||||||
- os: osx
|
- os: osx
|
||||||
before_install:
|
before_install:
|
||||||
- python -m ensurepip --default-pip
|
- python -m ensurepip --user
|
||||||
install:
|
install:
|
||||||
- python -c 'import sys; print(sys.version_info[:])'
|
- python -c 'import sys; print(sys.version_info[:])'
|
||||||
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
- DEPS_DIR="${TRAVIS_BUILD_DIR}/deps"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user