Skip to content

Commit

Permalink
Travis bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjimin committed Jul 25, 2019
1 parent 36f3ff2 commit 4decf35
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .travis.yml
@@ -1,18 +1,21 @@
language: python
python:
- '3.6'
- '3.6'
install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda config --append channels conda-forge
- deps='pip numpy scipy matplotlib basemap shapely nose netcdf4 cftime coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal configparser cartopy affine tqdm xarray gxx_linux-64 pthread-stubs'
- conda create -q -n tcrm-env --yes $deps "python=$TRAVIS_PYTHON_VERSION"
- source activate tcrm-env
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
# install in batch mode i.e. no input
- bash Miniconda3-latest-Linux-x86_64.sh -b -p $HOME/conda
- export PATH="$HOME/conda/bin:$PATH"
# clear bash cache table
- hash -r
- conda config --set always_yes yes
- conda config --set changeps1 no
- conda update -q conda
- conda config --add channels conda-forge
- conda config --set channel_priority strict
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION pip numpy scipy matplotlib basemap shapely nose netcdf4 cftime coverage coveralls pycurl pyproj seaborn simplejson sqlite statsmodels libgdal gdal configparser cartopy affine tqdm xarray gxx_linux-64 pthread-stubs
- source activate test-env
branches:
except:
- config
Expand Down

0 comments on commit 4decf35

Please sign in to comment.