From 0c5b129f9cf559908b9b8be2f5505305e6133aed Mon Sep 17 00:00:00 2001 From: mortenwh Date: Fri, 12 Jul 2019 15:04:06 +0200 Subject: [PATCH] #40: travis installation - do not use conda-forge --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 16474cce..3c3598b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ install: - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - - conda create -n test_env python=$PYTHON_VERSION django=$DJANGO_VERSION sqlite gdal mock nansat pythesint coveralls -c conda-forge + #- conda create -n test_env python=$PYTHON_VERSION django=$DJANGO_VERSION sqlite gdal mock nansat pythesint coveralls -c conda-forge + - conda create -n test_env python=$PYTHON_VERSION django=$DJANGO_VERSION sqlite gdal mock basemap nansat pythesint coveralls - source activate test_env - if [[ "$PYTHON_VERSION" == "2.7" ]]; then pip install https://github.com/ghaering/pysqlite/archive/2.8.1.tar.gz;