From 3d142f3d2fffd780b8ab6beaefff0d0e67cfa8f8 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 27 Jun 2017 16:16:59 +0530 Subject: [PATCH] Do not import MOOGLI. Its not part of moose repo. It has been moved to moose-packages. --- build_on_travis.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_on_travis.sh b/build_on_travis.sh index cecdc262..3c442306 100755 --- a/build_on_travis.sh +++ b/build_on_travis.sh @@ -23,6 +23,5 @@ set -e gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us cd __moose-core_build && ctest --output-on-failure && cd .. sudo dpkg -D=2 -i ../moose*.deb -cd ~ && /usr/bin/python -c "import moose; moose.test( timeout = 10 )" -cd ~ && /usr/bin/python -c "import moogli" - +cd ~ && /usr/bin/python -c \ + "import moose; print moose.version(); print( moose.__file__ ); moose.test( timeout = 10 )" -- GitLab