From 0181bb248a3fa429f46087d3babf473e94861c86 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Mon, 4 Dec 2017 21:17:28 -0700
Subject: [PATCH] Update .travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index 5b23ce5..3e38924 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,7 +37,7 @@ install:
   - conda config --add channels jlaura
   - conda install -c conda-forge gdal h5py 
   - conda install pandas sqlalchemy pyyaml networkx affine protobuf
-  - conda install -c jlaura pvl
+  - pip install pvl
 
   # Development installation
   - conda install pytest  pytest-cov sh anaconda-client
-- 
GitLab