Skip to content

Commit

Permalink
buildit from src
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed May 1, 2017
1 parent 113e59b commit 4f753df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:
- "pip wheel -r requirements.txt"
# Actually install our dependencies now, this will pull from the directory
# that the first command placed the Wheels into.
- "pip install -r requirements.txt"
- "pip install --no-binary rasterio -r requirements.txt"
- "pip install coveralls"
- "pip install -e .[test]"

Expand Down

0 comments on commit 4f753df

Please sign in to comment.