Skip to content

Commit

Permalink
no-binary rasterio via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed Sep 29, 2016
1 parent 35328bf commit 764b2a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ before_install:
- "pip install coveralls"
install:
- "pip wheel numpy"
- "pip install --use-wheel numpy"
- "pip install --use-wheel numpy cython"
- "pip install 'rasterio==1.0a1' --no-binary rasterio"
- "pip wheel -r requirements.txt"
- "pip install --use-wheel -r requirements.txt"
- "pip install -e .[test]"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rasterio>=1.0a1
rasterio
scipy

0 comments on commit 764b2a2

Please sign in to comment.