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

Typo in appveyor

parent 43651280
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
...@@ -18,13 +17,15 @@ install: ...@@ -18,13 +17,15 @@ 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: pip install pvl - cmd: conda install -c jlaura pvl protobuf
- cmd: pip install protobuf
# Development installation # Development installation
- cmd: conda install nose coverage anaconda-client - cmd: conda install nose coverage sh 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: python condaci.py setup
build: off build: off
test_script: test_script:
...@@ -32,4 +33,4 @@ test_script: ...@@ -32,4 +33,4 @@ test_script:
after_test: after_test:
# After test success, package and upload to Anaconda # After test success, package and upload to Anaconda
- cmd: python ci_support\upload_or_check_non_existence.py .\conda jlaura --channel=main - cmd: ~/miniconda/bin/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