Skip to content
Snippets Groups Projects
Commit 0c3ab777 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Add pydantic to test script

parent 5ce3cd46
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,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 black pytest pytest-cov webtest
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION obspy pycurl black pytest pytest-cov webtest pydantic
- 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