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

Update appveyor.yml

parent b79672d2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ install:
- 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 pvl protobuf
- cmd: pip install pip
- cmd: pip install protobuf
# Development installation
- cmd: conda install nose coverage sh anaconda-client
......@@ -29,8 +30,8 @@ install:
build: off
test_script:
- nosetests --with-coverage --cover-package=plio
- cmd: nosetests --with-coverage --cover-package=plio
after_test:
# After test success, package and upload to Anaconda
- ~/miniconda/bin/python condaci.py build ./conda
- cmd: python condaci.py build ./conda
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