Skip to content
Snippets Groups Projects
Commit d4d7af62 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update appveyor.yml

parent 1b32d1a3
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ install: ...@@ -21,7 +21,7 @@ install:
- cmd: call %PYTHON% - cmd: call %PYTHON%
- cmd: conda config --set always_yes yes --set changeps1 no - cmd: conda config --set always_yes yes --set changeps1 no
- cmd: conda update -q conda - cmd: conda update -q conda
- cmd: conda create -q -n test python=$PYTHON_VERSION - cmd: conda create -q -n test python=%PYTHON_VERSION%
- cmd: source activate test - cmd: source activate test
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment