Commit b442f0d5 authored by Jay's avatar Jay Committed by Jason R Laura
Browse files

Removing travis artifact from testing conda env

parent 7579ce89
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ install:
  - conda info -a

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