Skip to content

Commit

Permalink
Clean out
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Sep 7, 2018
1 parent 2f3ff82 commit 3c2b1d9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,11 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda config --append channels conda-forge
#- conda install -c anaconda sqlite
#- conda install -c conda-forge gdal=1.11.2
#- conda install -c conda-forge netcdf4
#- conda install -c conda-forge statsmodels
#- conda install -c conda-forge coveralls

- deps='pip numpy scipy matplotlib basemap shapely nose netcdf4 coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal'
- conda create -q -n tcrm-env --yes $deps "python=$TRAVIS_PYTHON_VERSION"
- source activate tcrm-env
#- pip install GDAL==1.11.2
#- export PATH=$HOME/py/bin:$PATH
#- pip install pycurl
#- pip -v install -r requirements.txt
#- "GDAL_CONFIG=$GDALINST/gdal-$GDALVERSION/bin/gdal-config python -m pip install --upgrade --force-reinstall"# -e .[test,plot]"
#- pip install gdal==1.11.2 --global-option=build_ext --global-option="-I$HOME/miniconda/include" #"-I$GDALINST/gdal-$GDALVERSION/include" #$($GDALINST/gdal-$GDALVERSION/bin/gdal-config --version) --global-option=build_ext --global-option="-I$GDALINST/gdal-$GDALVERSION/include"

branches:
except:
- config
Expand Down

0 comments on commit 3c2b1d9

Please sign in to comment.