Skip to content

Commit

Permalink
Attempt 5 to install numpy before rasterio during tests. References #17.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Apr 2, 2016
1 parent d2df8d6 commit 7b62fb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Config file for automatic testing at travis-ci.org

sudo: false

addons:
apt:
packages:
- gdal-bin
- libgdal-dev

language: python
python: 3.5
env:
Expand Down

0 comments on commit 7b62fb6

Please sign in to comment.