3131
3232addons :
3333 apt :
34- sources :
35- - ubuntu-toolchain-r-test
3634 packages :
37- - gcc-multilib
38- - g++-multilib
39- - lib32z1+
40- - lsb-core
41- - g++-7
35+ - mesa-common-dev
36+ - libgl1-mesa-dev
37+ - libglu1-mesa-dev
4238
4339matrix :
4440 include :
4541 - env : PYTHON="2.7" CONDA_PY=27 ARCH="x86_64"
4642 os : linux
47- dist : trusty
43+ dist : bionic
4844 - env : PYTHON="2.7" CONDA_PY=27 ARCH="x86_64"
4945 os : osx
5046 osx_image : xcode9.4
5147 - env : PYTHON="3.5" CONDA_PY=35 ARCH="x86_64"
5248 os : linux
53- dist : trusty
49+ dist : bionic
5450 - env : PYTHON="3.5" CONDA_PY=35 ARCH="x86_64"
5551 os : osx
5652 osx_image : xcode9.4
5753 - env : PYTHON="3.6" CONDA_PY=36 ARCH="x86_64"
5854 os : linux
59- dist : trusty
55+ dist : bionic
6056 - env : PYTHON="3.6" CONDA_PY=36 ARCH="x86_64"
6157 os : osx
6258 osx_image : xcode9.4
6359 - env : PYTHON="3.7" CONDA_PY=37 ARCH="x86_64"
6460 os : linux
65- dist : trusty
61+ dist : bionic
6662 - env : PYTHON="3.7" CONDA_PY=37 ARCH="x86_64"
6763 os : osx
6864 osx_image : xcode9.4
6965# Use miniconda to install binary versions of numpy etc. from continuum
7066# analytic's repository. Follows an approach described by Dan Blanchard:
7167# https://gist.github.com/dan-blanchard/7045057
7268before_install :
73- - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
74- export CXX=g++-7;
75- export CC=gcc-7;
76- fi;
7769 - if [ ${PYTHON:0:1} == "2" ]; then
7870 if [ "$TRAVIS_OS_NAME" == "linux" ]; then
7971 wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
@@ -99,8 +91,8 @@ before_install:
9991 # install everything required to build the receipe
10092 # conda-build 3.2.0 on osx to prevent using check_overlinking
10193 # method which is quite loooong to process
102- - conda install conda-build==3.2.0
103- - conda install anaconda-client
94+ # - conda install conda-build==3.2.0
95+ - conda install conda-build anaconda-client
10496 # Useful for debugging any issues with conda
10597 - conda info -a
10698 # download/install OCE from DLR-SC channel
0 commit comments