forked from mjharriso/MIDAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
23 lines (21 loc) · 743 Bytes
/
.travis.yml
File metadata and controls
23 lines (21 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: python
python:
- "2.7"
# command to install dependencies
install:
- wget http://repo.continuum.io/miniconda/Miniconda-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 --add channels conda-forge
- conda install f90wrap
# - git clone https://github.com/angus-g/mom6-coordinate.git
# - (cd mom6-coordinate;git submodule init;git submodule update;cd remapping;./build.sh)
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels matthewharrison
- conda config --add channels ioos
- conda install hdf4=4.2.12
- conda install midas=1.2.2
# command to run tests
script:
- python examples/hello.py