[hdf-compass] 184/295: add appveyor badge to README and minors to the yml file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 5f07e5ad65709a3e5f554e0b20d9e4c212a777cd
Author: giumas <giumas at yahoo.it>
Date:   Fri Oct 23 23:17:12 2015 -0400

    add appveyor badge to README and minors to the yml file
---
 README.rst   |  4 ++++
 appveyor.yml | 11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 2f2a64a..0b700cf 100644
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,10 @@ HDF Compass
     :target: http://hdf-compass.readthedocs.org/en/latest/?badge=latest
     :alt: Latest Documentation Status
     
+.. image:: https://ci.appveyor.com/api/projects/status/iv12e3jucm9pvnus/branch/develop?svg=true
+    :target: https://ci.appveyor.com/project/gmasetti/hdf-compass-feb56/branch/develop
+    :alt: AppVeyor Status
+        
 Welcome to the project!  HDF Compass is an experimental viewer program for
 HDF5 and related formats, designed to complement other more complex
 applications like HDFView.  Strong emphasis is placed on clean minimal design,
diff --git a/appveyor.yml b/appveyor.yml
index 161bfc4..aa343d9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,7 @@ branches:
 
 environment:
   global:
-    MINICONDA: "C:\\tools\\Miniconda"
+    MINICONDA: "C:\\Miniconda"
 
   matrix:
     - PYTHON_VERSION: 2.7
@@ -14,7 +14,7 @@ environment:
 
 install:
   # Install miniconda using a powershell script.
-  - "choco install -y miniconda"
+  # - "choco install -y miniconda"
   - "SET PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
 
   # Install the build and runtime dependencies of the project.
@@ -22,14 +22,17 @@ install:
   - "conda update -q conda"
   - "conda info -a"
   - "conda create -q -n test-environment python=%PYTHON_VERSION%"
+  - "conda config --add channels hydroffice"
+  - "conda config --add channels SciTools"
+  - "conda config --add channels IOOS"
   - "activate test-environment"
 
   # Check that we have the expected version of Python
   - "python --version"
 
   # Install dependencies
-  - "conda install -q setuptools wheel numpy matplotlib h5py lxml opendap"
-  - "pip install hydroffice.bag"
+  - "conda install -q h5py lxml numpy matplotlib pydap wxpython"
+  - "pip install --no-dependencies hydroffice.bag"
   - "pip install pyinstaller"
 
   # Add to path the current folder

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list