From 51801c8b4245555d8778e0e42275cd13197ed984 Mon Sep 17 00:00:00 2001
From: Jason R Laura <jlaura@hemis.wr.usgs.gov>
Date: Wed, 8 Jun 2016 14:55:49 -0700
Subject: [PATCH] conda in root

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

diff --git a/.travis.yml b/.travis.yml
index a77f2e3..6c4dccd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ install:
   - conda update -q conda
   # Useful for debugging any issues with conda
   - conda info -a
-
+  - conda install conda
   - conda env create
   - source activate plio
 
@@ -43,7 +43,7 @@ install:
   - pip install coveralls
 
   # Install sh and binstar to support upload to Anaconda
-  - conda install sh anaconda-client conda
+  - conda install sh anaconda-client
 
 script:
   - nosetests --with-coverage --cover-package=plio
-- 
GitLab