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

If python3 is default then run the test using python3.

parent e498ea7f
No related tags found
1 merge request!2652020-03-10 |Pulling in changes from subtree
......@@ -10,5 +10,5 @@ if [ -n "$TRAVIS" ]; then
echo "We are on travis"
sudo dpkg -i ../*.deb
sudo apt-get install -f
python -c 'import moose; print(moose.__file__); print(moose.__version__)'
python -c 'import moose; print(moose.about())' || python3 -c 'import moose; print(moose.about())'
fi
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