Skip to content

Commit 7e7800f

Browse files
committed
Travis: stop using deprecated --use-mirrors
Should no longer be needed. In addition only use -q with pip for linkchecker which generates a lot of input. When Travis upgrades to pip 6.1 we should be able to stop using -q since the output will be less noisy when the install succeedes
1 parent e500b9a commit 7e7800f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
env: BUILD_DOCS=true
4545

4646
install:
47-
- pip install -q --use-mirrors nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
47+
- pip install -q nose python-dateutil $NUMPY pep8 pyparsing pillow sphinx!=1.3.0
4848

4949
# We manually install humor sans using the package from Ubuntu 14.10. Unfortunatly humor sans is not
5050
# availible in the Ubuntu version used by Travis but we can manually install the deb from a later
@@ -55,7 +55,8 @@ install:
5555
# Neihter is installed as a dependency of IPython since they are not used by the IPython console.
5656
- |
5757
if [[ $BUILD_DOCS == true ]]; then
58-
pip install numpydoc linkchecker ipython jsonschema mistune
58+
pip install numpydoc ipython jsonschema mistune
59+
pip install -q linkchecker
5960
wget https://github.com/google/fonts/blob/master/ofl/felipa/Felipa-Regular.ttf?raw=true -O Felipa-Regular.ttf
6061
wget http://mirrors.kernel.org/ubuntu/pool/universe/f/fonts-humor-sans/fonts-humor-sans_1.0-1_all.deb
6162
mkdir -p tmp

0 commit comments

Comments
 (0)