File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ matrix:
1313
1414 include :
1515 - os : linux
16- env : DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
16+ env : DISTRIB="conda" PYTHON_VERSION="3.4" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
1717 - os : linux
18- env : DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
18+ env : DISTRIB="conda" PYTHON_VERSION="3.5" COVERAGE="true" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
1919 - os : linux
20- env : DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh"
20+ env : DISTRIB="conda" PYTHON_VERSION="3.6" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh"
2121
2222 # Temporarily disabling OSX builds because thy take too long
2323 # Set language to generic to not break travis-ci
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
2929 # Other stuff...
3030 - sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install build-essential
3131 # Conda installation
32- - wget http ://repo.continuum.io/miniconda/Miniconda3-latest -Linux-x86_64.sh -O ~/miniconda.sh
32+ - wget https ://repo.continuum.io/miniconda/Miniconda3-4.3.21 -Linux-x86_64.sh -O ~/miniconda.sh
3333 - bash ~/miniconda.sh -b -p $HOME/miniconda
3434 - conda create -n testenv --yes python=3.6 pip wheel nose gcc swig
3535
You can’t perform that action at this time.
0 commit comments