Skip to content
Snippets Groups Projects
Commit 98579ee9 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Added two very basic tests. Just import moose and moogli.

parent 44b05aa9
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,8 @@ install: ...@@ -44,6 +44,8 @@ install:
script: script:
- git buildpackage - git buildpackage
- sudo dpkg -i ../moose*.deb
after_success: after_success:
- echo "TODO: Install package and test" - python -c 'import moose'
- python -c 'import moogli'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment