Skip to content

Commit c0f78d3

Browse files
committed
Updated miniconda version.
1 parent 88aab46 commit c0f78d3

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
@@ -4,7 +4,7 @@ python:
44

55
# This was taken from https://github.com/mwaskom/seaborn/blob/master/.travis.yml
66
before_install:
7-
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.3.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.3.0-Linux-x86_64.sh -O miniconda.sh; fi
7+
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.6.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.6.0-Linux-x86_64.sh -O miniconda.sh; fi
88
- chmod +x miniconda.sh
99
- ./miniconda.sh -b
1010
- export PATH=/home/travis/miniconda3/bin:$PATH
@@ -14,7 +14,7 @@ install:
1414
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
1515
- conda update conda --yes
1616
- source activate testenv
17-
- conda install --yes numpy scipy matplotlib openpyxl xlrd coverage
17+
- conda install --yes numpy scipy matplotlib openpyxl coverage
1818
- pip install coveralls nose
1919
- python setup.py install
2020

0 commit comments

Comments
 (0)