Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 2ba5f9a

Browse files
committed
Trying different anaconda docker images
1 parent b7d7ed5 commit 2ba5f9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
- NAME=python_2.7 SRC_IMAGE=python:2.7-buster SRC_PYTHON_EXE=python
1919
- NAME=pypy_3 SRC_IMAGE=pypy:3 SRC_PYTHON_EXE=pypy3
2020
- NAME=pypy_2 SRC_IMAGE=pypy:2 SRC_PYTHON_EXE=pypy
21-
- NAME=anaconda_3 SRC_IMAGE=continuumio/anaconda3:2018.12 SRC_PYTHON_EXE=python
22-
- NAME=anaconda_2 SRC_IMAGE=continuumio/anaconda:2018.12 SRC_PYTHON_EXE=python
21+
- NAME=anaconda_3 SRC_IMAGE=continuumio/anaconda3:latest SRC_PYTHON_EXE=python
22+
- NAME=anaconda_2 SRC_IMAGE=continuumio/anaconda2:latest SRC_PYTHON_EXE=python
2323

2424
script:
2525
- mkdir ${BUILD_DIR}

linux_install_scripts/libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get -q update && \
88
build-essential libssl-dev libffi-dev \
99
wget zip unzip \
1010
git subversion cmake \
11-
gfortran \
11+
gfortran glpk-utils \
1212
libgfortran4 \
1313
libopenblas-dev \
1414
liblapack-dev \

0 commit comments

Comments
 (0)