diff --git a/.travis.yml b/.travis.yml
index 75888c7cc7fa7471b1d81ec0e1c558b092c39d25..702f74ee7db67073e60ee82b80f83611ea84c959 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/