Skip to content
Snippets Groups Projects
Commit 21c6a6ad authored by Jeremy M Fee's avatar Jeremy M Fee Committed by Claycomb, Abram Earl
Browse files

Readd flake8

parent aa7e047e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment