Commit 89917747 authored by Jay's avatar Jay Committed by jay
Browse files

Update to include pyyaml requirement.

parent 9f572101
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 sqlalchemy numexpr dill cython
  - 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

autocnet/fileio/Untitled.ipynb

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
%% Cell type:code id: tags:

``` python
```

%% Cell type:code id: tags:

``` python
```