From 21c6a6ad76153b6eb0f91ae970a5454324337171 Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Tue, 11 Feb 2020 15:29:14 -0700 Subject: [PATCH] Readd flake8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d08beec4..167375c3 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 pytest pytest-cov webtest + - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl flake8 pytest pytest-cov webtest - source activate test-environment - pip install authlib flask flask-login flask-migrate flask-session flask-sqlalchemy psycopg2-binary script: -- GitLab