Skip to content

Commit

Permalink
Revert "#40: install nansat and pythesint from conda-forge"
Browse files Browse the repository at this point in the history
This reverts commit 7559dcd.
  • Loading branch information
mortenwh committed Jul 25, 2019
1 parent 2a89fbe commit 3560d65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ env:

install:
- conda update -q conda --yes
- conda create -n test_env python=$PYTHON_VERSION django=$DJANGO_VERSION sqlite gdal mock coveralls --yes
- conda create -n test_env python=$PYTHON_VERSION django=$DJANGO_VERSION sqlite gdal mock nansat pythesint coveralls --yes
- source activate test_env
- conda install -c conda-forge nansat pythesint
- if [[ "$PYTHON_VERSION" == "2.7" ]]; then
pip install https://github.com/ghaering/pysqlite/archive/2.8.1.tar.gz;
fi
Expand Down

0 comments on commit 3560d65

Please sign in to comment.