Skip to content

Commit 564a369

Browse files
committed
FIX: Fix Travis
1 parent f0eb8e8 commit 564a369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install:
2525
# Pillow (or PIL/imaging) is necessary for scipy.misc.imsave to exist
2626
- conda install --yes --quiet ipython==1.1.0 numpy scipy mayavi matplotlib nose imaging
2727
- if [ "${DEPS}" == "full" ]; then
28+
travis_retry sudo apt-get update -qq;
2829
travis_retry sudo apt-get install mencoder;
2930
fi;
3031
- pip install -q coverage coveralls nose-timer nibabel flake8

0 commit comments

Comments
 (0)