Skip to content

Commit a17c31f

Browse files
committed
Use pip2 rather than pip
Travis OSX only has pip2/pip3, not pip. cf. travis-ci/travis-ci#8829
1 parent 28b4cb0 commit a17c31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install:
105105
- gclient sync --disable-syntax-validation
106106
- popd
107107
- export PYTHONPATH=$(python -m site --user-site)
108-
- pip install --user --upgrade -r python/requirements.txt
108+
- pip2 install --user --upgrade -r python/requirements.txt
109109

110110
script:
111111
- getconf _NPROCESSORS_ONLN

0 commit comments

Comments
 (0)