Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Check if bindings are there
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRagazzi committed Dec 4, 2014
1 parent 5199332 commit 7d446d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/travis/script-run-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ echo
echo Running script-run-examples.sh...
echo

# Tests should run out of nupic source in order to avoid the use of python modules of it
cd ${TRAVIS_BUILD_DIR}
ls build/bdist.linux-x86_64/egg/nupic/bindings
cd ..

python ${TRAVIS_BUILD_DIR}/examples/bindings/sparse_matrix_how_to.py || exit
# python ${TRAVIS_BUILD_DIR}/examples/bindings/svm_how_to.py || exit # tkinter missing in Travis build machine
# python ${TRAVIS_BUILD_DIR}/examples/bindings/temporal_pooler_how_to.py || exit # tkinter too
Expand Down

0 comments on commit 7d446d6

Please sign in to comment.