Skip to content

Commit

Permalink
#40: travis installation - do not use conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Jul 25, 2019
1 parent e09b076 commit 0c5b129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0c5b129

Please sign in to comment.