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 44
55# This was taken from https://github.com/mwaskom/seaborn/blob/master/.travis.yml
66before_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
You can’t perform that action at this time.
0 commit comments