From 34f792989178d2be8ee088956242f8e17d68aefc Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Thu, 28 Jul 2016 20:53:24 -0700 Subject: [PATCH] Typo in appveyor --- appveyor.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ca321b9..b4e6251 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,6 @@ environment: BINSTAR_USER: jlaura - PYTHON_VERSION: 3.4 - + platform: - x64 @@ -18,13 +17,15 @@ install: - cmd: conda config --add channels jlaura - cmd: conda install -c conda-forge gdal h5py - cmd: conda install pandas sqlalchemy pyyaml - - cmd: pip install pvl - - cmd: pip install protobuf + - cmd: conda install -c jlaura pvl protobuf # Development installation - - cmd: conda install nose coverage anaconda-client + - cmd: conda install nose coverage sh anaconda-client - 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 test_script: @@ -32,4 +33,4 @@ test_script: after_test: # 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 -- GitLab