From 40e630f4204083a3bc68c7236d7ca193ab24074d Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Tue, 19 Feb 2019 20:28:07 -0800 Subject: [PATCH] Remove conda version limitation. It got lifted in master a while ago in #7058 --- .travis.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index e36217a6d197..02c313c67ed5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,12 +111,7 @@ matrix: MATPLOTLIB_VERSION=1.5 EVENT_TYPE='push pull_request cron' - # Pinning conda version temporarily to 4.3.21, as some anaconda - # packges build with 4.3.27 are faulty and we see this job failing, - # while locally there are no issues when the same version of - # packages are installed from pip. Also make sure that series v2.0.x - # is compatible with pytest-astropy - # TODO: remove the pinning once the issue is solved upstream. + # Making sure that series v2.0.x is compatible with pytest-astropy - os: linux env: SETUP_CMD='test --coverage --remote-data=astropy' CONDA_DEPENDENCIES=$CONDA_ALL_DEPENDENCIES @@ -125,7 +120,6 @@ matrix: CFLAGS='-ftest-coverage -fprofile-arcs -fno-inline-functions -O0' MATPLOTLIB_VERSION=2.0 NUMPY_VERSION=1.13 EVENT_TYPE='push pull_request cron' - CONDA_VERSION=4.3.21 # Try pre-release version of Numpy without optional dependencies - os: linux