Commit 72e562b5 authored by Jay's avatar Jay Committed by jay
Browse files

Added SQLAlchemy requirement.

parent 694bda92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ install:
  - conda info -a

  # Create a virtual env and install dependencies
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose numpy pillow scipy pandas networkx scikit-image
  - conda create -y -q -n test-env python=$TRAVIS_PYTHON_VERSION nose numpy pillow scipy pandas networkx scikit-image sqlalchemy
  # Activate the env
  - source activate test-env

+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ protobuf==3.0.0b2
networkx
pandas
scikit-image
sqlalchemy
 No newline at end of file