File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
before_install :
16
16
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
17
17
- chmod +x miniconda.sh
18
- - ./miniconda.sh -b
18
+ - ./miniconda.sh -b -p /home/travis/miniconda
19
19
- export PATH=/home/travis/miniconda/bin:$PATH
20
20
- conda update --yes conda
21
21
22
22
install :
23
23
- conda create -n testenv --yes pip python=$PYTHON
24
24
- source activate testenv
25
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
26
+ - conda install --yes --quiet numpy scipy mayavi matplotlib nose imaging
27
27
- if [ "${DEPS}" == "full" ]; then
28
28
travis_retry sudo apt-get update -qq;
29
29
travis_retry sudo apt-get install mencoder;
You can’t perform that action at this time.
0 commit comments