Do not update pip on Travis and CircleCI

This commit is contained in:
micbou 2018-04-15 16:35:01 +02:00
parent 3bcc45ead1
commit 9805abde44
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ if [ -z \"\${PYENV_LOADING}\" ]; then
unset PYENV_LOADING
fi" >> $BASH_ENV
pip install -U pip wheel setuptools
pip install -r python/test_requirements.txt
set +e

View File

@ -63,7 +63,6 @@ python_version=$(python -c 'import sys; print( "{0}.{1}".format( sys.version_inf
echo "Checking python version (actual ${python_version} vs expected ${YCM_PYTHON_VERSION})"
test ${python_version} == ${YCM_PYTHON_VERSION}
pip install -U pip wheel setuptools
pip install -r python/test_requirements.txt
# The build infrastructure prints a lot of spam after this script runs, so make