Skip to content

Commit

Permalink
Setup test environment via environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Sep 11, 2017
1 parent 8b37593 commit e114ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -62,10 +62,8 @@ install:
# install the conda constructor for releases
- conda install -n root constructor conda-build six
- conda install -c conda-forge numpy
- conda create -n test -c conda-forge python="$PYTHON_VERSION" pip dask seaborn scipy numpy statsmodels matplotlib xarray six psyplot psy-simple psy-reg
- conda env create -f ci/environment.yml
- source activate test
- conda install -c conda-forge cartopy
- conda install -c chilipp model-organization
- if [[ "$PYTHON_VERSION" == "2.7" ]]; then
pip install pathlib;
fi
Expand Down
3 changes: 3 additions & 0 deletions ci/environment.yml
Expand Up @@ -16,6 +16,9 @@ dependencies:
- docrep
- model-organization
- f90nml
- cartopy
- sqlalchemy
- psycopg2
- psyplot
- psy-simple
- psy-reg

0 comments on commit e114ab9

Please sign in to comment.