Skip to content

Commit

Permalink
temporary fix top satisfy xclim.sdba requirements of xarray@master
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jun 15, 2020
1 parent b5a3566 commit a125ff4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ install:

before_script:
# # Start WPS service on port 5000 on 0.0.0.0
# - raven start --daemon --bind-host 0.0.0.0 --port 5000
- bash -c "source $HOME/miniconda3/bin/activate raven && make start"
# - raven start --daemon --bind-host 0.0.0.0 --port 5000
- bash -c "source $HOME/miniconda3/bin/activate raven && pip install git+https://github.com/pydata/xarray.git@master"
- bash -c "source $HOME/miniconda3/bin/activate raven && make start"

script:
- bash -c "source $HOME/miniconda3/bin/activate raven && make test"
Expand Down

0 comments on commit a125ff4

Please sign in to comment.