From aa1916c418c356b68c8d7d9ef9c5c5e574bb66c7 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Mon, 18 Mar 2019 14:49:26 +0000 Subject: [PATCH] Remove palettable and haversine from conda install --- tests/travis_install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/travis_install.sh b/tests/travis_install.sh index 8823211c..27110f53 100644 --- a/tests/travis_install.sh +++ b/tests/travis_install.sh @@ -44,16 +44,14 @@ if [[ "$DISTRIB" == "conda" ]]; then conda create -n testenv \ python=$PYTHON_VERSION \ fiona \ - haversine \ imageio \ matplotlib \ numpy \ - palettable \ pytest \ pytest-cov \ scipy - # skip geopandas, pyproj from conda install (add fiona) in order to work on defaults - # channel for python 3.5 + # skip geopandas, pyproj, palettable and haversine from conda install (add fiona) in order + # to work on defaults channel for python 3.5 source activate testenv