From 85f694e75b861eabd384dbac49dfc8d1c4d42619 Mon Sep 17 00:00:00 2001 From: shudson Date: Thu, 1 Aug 2019 19:19:39 -0500 Subject: [PATCH] Try conda-4.6.14 with explicit mumps-mpi install --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 436b63e45..8dacfbeda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,8 +69,8 @@ install: MUMPS=mumps-mpi=5.1.2=h5bebb2f_1007; fi - conda install $COMPILERS - - conda install nlopt petsc4py petsc mpi4py scipy $MPI - #- conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI + #S- conda install nlopt petsc4py petsc mpi4py scipy $MPI + - conda install nlopt petsc4py petsc $MUMPS mpi4py scipy $MPI # pip install these as the conda installs downgrade pytest on python3.4 - pip install flake8 - pip install pytest