Skip to content

Commit 7d446d6

Browse files
author
DavidRagazzi
committed
Check if bindings are there
1 parent 5199332 commit 7d446d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/travis/script-run-examples.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ echo
2424
echo Running script-run-examples.sh...
2525
echo
2626

27+
# Tests should run out of nupic source in order to avoid the use of python modules of it
28+
cd ${TRAVIS_BUILD_DIR}
29+
ls build/bdist.linux-x86_64/egg/nupic/bindings
30+
cd ..
31+
2732
python ${TRAVIS_BUILD_DIR}/examples/bindings/sparse_matrix_how_to.py || exit
2833
# python ${TRAVIS_BUILD_DIR}/examples/bindings/svm_how_to.py || exit # tkinter missing in Travis build machine
2934
# python ${TRAVIS_BUILD_DIR}/examples/bindings/temporal_pooler_how_to.py || exit # tkinter too

0 commit comments

Comments
 (0)