From 8cffd84e491745374b459c1a62515bc964073d60 Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 2 Jan 2020 11:36:45 -0700
Subject: [PATCH] Add flask dependencies to travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index 75888c7c..702f74ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_install:
   - conda info -a
 install:
   - conda config --add channels conda-forge
-  - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl nose flake8 coverage webtest
+  - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl nose flake8 coverage webtest authlib flask flask-login flask-migrate flask-session flask-sqlalchemy psycopg2-binary
   - source activate test-environment
 script:
   - flake8 --config=.flake8 bin/ geomagio/ test/
-- 
GitLab