From 50a03548bb7ad85112ce7b6af5115966998d5973 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 12 May 2016 10:33:16 -0600
Subject: [PATCH] Add pycurl to travis.yml pip install

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

diff --git a/.travis.yml b/.travis.yml
index c42b711b..a9c6b056 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,6 @@ before_install:
 install:
   - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy nose flake8
   - source activate test-environment
-  - pip install obspy
+  - pip install obspy pycurl
   - npm install
 script: grunt lint test
-- 
GitLab