Skip to content
Snippets Groups Projects
Unverified Commit d718eb64 authored by Dilawar Singh's avatar Dilawar Singh Committed by GitHub
Browse files

Update .travis.yml

Use system python to load moose package on travis.
parent 58159618
No related branches found
No related tags found
No related merge requests found
...@@ -50,4 +50,4 @@ install: ...@@ -50,4 +50,4 @@ install:
script: script:
- ./.travis_build.sh - ./.travis_build.sh
- sudo dpkg -i ../moose*.deb - sudo dpkg -i ../moose*.deb
- python -c 'import moose;print(moose.version());print(moose.__file__)' - /usr/bin/python -c 'import moose;print(moose.version());print(moose.__file__)'
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