Skip to content
Snippets Groups Projects
Commit 5d4697ad authored by Jason R Laura's avatar Jason R Laura
Browse files

merging upstream

parents 2b8c4c14 c0c32517
No related branches found
No related tags found
No related merge requests found
environment: environment:
BINSTAR_USER: jlaura BINSTAR_USER: jlaura
PYTHON_VERSION: 3.4
platform: platform:
- x64 - x64
...@@ -17,13 +18,14 @@ install: ...@@ -17,13 +18,14 @@ install:
- cmd: conda config --add channels jlaura - cmd: conda config --add channels jlaura
- cmd: conda install -c conda-forge gdal h5py - cmd: conda install -c conda-forge gdal h5py
- cmd: conda install pandas sqlalchemy pyyaml - cmd: conda install pandas sqlalchemy pyyaml
- cmd: conda install -c jlaura pvl protobuf - cmd: pip install pvl
- cmd: pip install protobuf
# Development installation # Development installation
- cmd: conda install nose coverage sh anaconda-client - cmd: conda install nose coverage anaconda-client
- cmd: pip install coveralls - cmd: pip install coveralls
- appveyor DownloadFile "https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.pyi" - cmd: curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py
- cmd: python condaci.py setup - cmd: python condaci.py setup
build: off build: off
......
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