From 7146118f678ca92c8a3259545088e50759dd1092 Mon Sep 17 00:00:00 2001
From: Jason R Laura <jlaura@igswzawglt-mjay.local>
Date: Thu, 16 Jun 2016 13:02:58 -0700
Subject: [PATCH] adding channels for the build/upload

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 330d693..7590603 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,6 +41,8 @@ install:
   - conda info -a
 
   # Install not using env because build needs to be in root env
+  - conda config --add channels conda-forge
+  - conda config --add channels jlaura
   - conda install -c conda-forge gdal h5py
   - conda install pandas sqlalchemy pyyaml
   - conda install -c jlaura pvl protobuf
-- 
GitLab