Skip to content
Snippets Groups Projects
Commit c792480c authored by inso's avatar inso
Browse files

Fix tests

parent 37f9a666
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,12 @@ then ...@@ -10,6 +10,12 @@ then
sleep 3 sleep 3
fi fi
if [ $TRAVIS_OS_NAME == "osx" ]
then
brew link --force qt5
export PATH=/Users/travis/.pyenv/versions/$PYENV_PYTHON_VERSION/Python.framework/Versions/3.5/bin:$PATH
fi
cd $HOME/build/duniter/sakia cd $HOME/build/duniter/sakia
pyenv shell $PYENV_PYTHON_VERSION pyenv shell $PYENV_PYTHON_VERSION
if [ $TRAVIS_OS_NAME == "linux" ] if [ $TRAVIS_OS_NAME == "linux" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment