From 11dc1468f641ffbe4e0a4001d38f45dc6b132164 Mon Sep 17 00:00:00 2001 From: Peter Hill Date: Wed, 23 Oct 2019 16:22:45 +0100 Subject: [PATCH] Remove clobbering pip packages from Travis shared/python job Non-pinned packages were overwriting the pinned packages and leading to non-working version combinations on Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2df1bdda3a..4087c8611f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,6 @@ matrix: - *default_env - CONFIGURE_OPTIONS='--enable-shared --with-petsc --with-slepc' - SCRIPT_FLAGS="-uim -t python -t shared" - - PIP_PACKAGES='netcdf4 cython' - env: - *default_env - CONFIGURE_OPTIONS='--enable-openmp --with-petsc --with-slepc'