Skip to content

Commit 7a5bf71

Browse files
committed
FIX: Fix for Travis
1 parent 1ea7aa6 commit 7a5bf71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ env:
1515
before_install:
1616
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
1717
- chmod +x miniconda.sh
18-
- ./miniconda.sh -b
18+
- ./miniconda.sh -b -p /home/travis/miniconda
1919
- export PATH=/home/travis/miniconda/bin:$PATH
2020
- conda update --yes conda
2121

2222
install:
2323
- conda create -n testenv --yes pip python=$PYTHON
2424
- source activate testenv
2525
# 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
26+
- conda install --yes --quiet numpy scipy mayavi matplotlib nose imaging
2727
- if [ "${DEPS}" == "full" ]; then
2828
travis_retry sudo apt-get update -qq;
2929
travis_retry sudo apt-get install mencoder;

0 commit comments

Comments
 (0)