Skip to content
Snippets Groups Projects
Commit 95f49663 authored by jay's avatar jay
Browse files

Fixes installation in travis

parent b996c713
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,11 @@ install: ...@@ -47,10 +47,11 @@ install:
- conda install -c conda-forge gdal h5py - conda install -c conda-forge gdal h5py
- conda install pandas sqlalchemy pyyaml networkx - conda install pandas sqlalchemy pyyaml networkx
- conda install -c jlaura pvl protobuf - conda install -c jlaura pvl protobuf
- pip install affine libpysal
# Development installation # Development installation
- conda install nose coverage sh anaconda-client - conda install nose coverage sh anaconda-client
- pip install coveralls affine libpysal - pip install coveralls pytest
# Straight from the menpo team # Straight from the menpo team
- if [["$TRAVIS_OS_NAME" == "osx"]]; then - if [["$TRAVIS_OS_NAME" == "osx"]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment