Skip to content

Commit

Permalink
Merge pull request numenta#751 from DavidRagazzi/master
Browse files Browse the repository at this point in the history
Integration with nupic.core API
  • Loading branch information
rhyolight committed Apr 8, 2014
2 parents 8ac68a6 + c757014 commit 13b94a7
Show file tree
Hide file tree
Showing 10 changed files with 981 additions and 633 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ configure.ac
# /py/nupic/frameworks/prediction/
/py/nupic/frameworks/prediction/.project
/py/nupic/frameworks/prediction/.pydevproject

nta
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,21 @@ install:
- pip install -q -r $NUPIC/external/common/requirements.txt
- "mkdir -p $TRAVIS_BUILD_DIR/build/scripts"
- "cd $TRAVIS_BUILD_DIR/build/scripts"
- "cmake $NUPIC"
- "cmake $NUPIC -DPROJECT_BUILD_RELEASE_DIR:STRING=$NTA"
- "make -j3"
- "cd"

# Add more environment variables
- "export PYTHONPATH=$PYTHONPATH:$NTA/lib/python$PY_VERSION/site-packages"
- "export NTA_ROOTDIR=$NTA"

script:
- "cd $TRAVIS_BUILD_DIR/build/scripts"
# legacy binary tests
- "$NTA/bin/htmtest"
# (not quite everything, really)
- "$NTA/bin/testeverything"
- "make tests_pyhtm"
# actual unit tests
- "cd $NUPIC"
- "$NUPIC/run_tests.sh --all"
- "make tests_run_all"
- "cd"

# run all example files
# examples/bindings
Expand Down
Loading

0 comments on commit 13b94a7

Please sign in to comment.