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

Add flask dependencies to travis.yml

parent 9ba3b212
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ before_install: ...@@ -18,7 +18,7 @@ before_install:
- conda info -a - conda info -a
install: install:
- conda config --add channels conda-forge - 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 - source activate test-environment
script: script:
- flake8 --config=.flake8 bin/ geomagio/ test/ - flake8 --config=.flake8 bin/ geomagio/ test/
......
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