Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Mar 24, 2016
1 parent fa98f60 commit 043ef50
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ cache:
directories:
- ~/.cache/pip

services:
- docker
addons:
apt:
packages:
- libgdal1h
- gdal-bin
- libgdal-dev
- libatlas-dev
- libatlas-base-dev
- gfortran

env:
global:
Expand All @@ -22,7 +29,6 @@ before_install:


install:
- pip wheel -r requirements-dev.txt
- pip install -r requirements-dev.txt
- pip install -e .

Expand Down

0 comments on commit 043ef50

Please sign in to comment.