Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ install:
- sudo pip install --install-option='--no-cython-compile' cython
- pip install .
- pip install pep8
- pip install pydocstyle
- pip install pydocstyle pytest
- pip install json-spec jsonschema
- echo "Branch $TRAVIS_BRANCH"
- git clone http://github.com/neurodata/ndstore
- sudo ndstore/setup/ndstore_install.sh
- sudo ndstore/setup/ndstore_install.sh stable-dev
- sudo pwd
- sudo ls
- sudo ./ndingest_test_setup.sh
Expand Down