From 8f106dc3e11e88123794c2f4411528776a8ada9d Mon Sep 17 00:00:00 2001 From: Alex Eusman Date: Mon, 15 May 2017 13:22:51 -0400 Subject: [PATCH 1/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cadb83b..a95d457 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ install: - 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 - git clone https://github.com/neurodata/ndingest - sudo ndingest/setup/ndingest_run.sh - cd /home/neurodata/ndstore/test From 454d65385edd97e3200fffdd57cb268f416a0d36 Mon Sep 17 00:00:00 2001 From: Alex Eusman Date: Tue, 23 May 2017 13:31:39 -0400 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8f3fc9d..e9a7765 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ 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