Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/h-dh/QA-DKRZ
Browse files Browse the repository at this point in the history
  • Loading branch information
h-dh committed Jan 8, 2016
2 parents aada45e + 416b155 commit 45e70dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
install:
- sudo apt-get update -y
- sudo apt-get install -y libuuid1 uuid-dev bc
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
Expand All @@ -22,7 +23,8 @@ install:

# Replace dep1 dep2 ... with your dependencies
- conda config --add channels birdhouse
- conda install -q libnetcdf hdf5 zlib udunits
- conda config --add channels ioos
- conda install -q libnetcdf hdf5 zlib udunits2

# Get build script
- export PREFIX="$HOME/miniconda"
Expand Down

0 comments on commit 45e70dd

Please sign in to comment.