Skip to content
Snippets Groups Projects
Commit 335827b0 authored by jlaura's avatar jlaura Committed by Jason R Laura
Browse files

Adding missing 'yes' to appveyor

parent 8a766fa3
No related branches found
No related tags found
No related merge requests found
......@@ -52,13 +52,13 @@ install:
# Now install the pacakge dependencies
- cmd: conda config --add channels conda-forge
- cmd: conda config --add channels jlaura
- cmd: conda install -c conda-forge gdal h5py
- cmd: conda install pandas sqlalchemy pyyaml
- cmd: conda install -c jlaura protobuf pvl
- cmd: conda install --yes -c conda-forge gdal h5py
- cmd: conda install --yes pandas sqlalchemy pyyaml
- cmd: conda install --yes -c jlaura protobuf pvl
# Development installation
- cmd: conda install nose coverage
- cmd: pip install coveralls
- cmd: conda install --yes nose coverage
- cmd: pip install -y coveralls
# Skip .NET project specific build phase.
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