Remove deprecated "--use-mirrors"

In newer versions of `pip`, it is obsolete. See the following relevant links.

https://pip.readthedocs.org/en/latest/news.html
https://github.com/eddyxu/cpp-coveralls/pull/37
This commit is contained in:
Steven Myint 2014-04-25 06:31:49 -07:00 committed by John Szakmeister
parent 342764d70e
commit c70a526a5d

View File

@ -49,7 +49,7 @@ if [ "$TRAVIS_BUILD_TYPE" = "clang/asan" ]; then
unxz -c | tar xf - --strip-components=1 -C /usr/local/clang-3.4
EOF
fi
sudo pip install cpp-coveralls --use-mirrors
sudo pip install cpp-coveralls
export CC=clang
set_environment /opt/neovim-deps
@ -98,7 +98,7 @@ if [ "$TRAVIS_BUILD_TYPE" = "clang/asan" ]; then
coveralls --encoding iso-8859-1
$MAKE_CMD install
elif [ "$TRAVIS_BUILD_TYPE" = "gcc/unittest" ]; then
sudo pip install cpp-coveralls --use-mirrors
sudo pip install cpp-coveralls
export CC=gcc
set_environment /opt/neovim-deps
export SKIP_EXEC=1