Commit 95f49663 authored by jay's avatar jay
Browse files

Fixes installation in travis

parent b996c713
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -47,10 +47,11 @@ install:
  - conda install -c conda-forge gdal h5py
  - conda install pandas sqlalchemy pyyaml networkx
  - conda install -c jlaura pvl protobuf
  - pip install affine libpysal

  # Development installation
  - conda install nose coverage sh anaconda-client
  - pip install coveralls affine libpysal
  - pip install coveralls pytest

  # Straight from the menpo team
  - if [["$TRAVIS_OS_NAME" == "osx"]]; then