We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eb8e8 commit 564a369Copy full SHA for 564a369
.travis.yml
@@ -25,6 +25,7 @@ install:
25
# Pillow (or PIL/imaging) is necessary for scipy.misc.imsave to exist
26
- conda install --yes --quiet ipython==1.1.0 numpy scipy mayavi matplotlib nose imaging
27
- if [ "${DEPS}" == "full" ]; then
28
+ travis_retry sudo apt-get update -qq;
29
travis_retry sudo apt-get install mencoder;
30
fi;
31
- pip install -q coverage coveralls nose-timer nibabel flake8
0 commit comments