syntax error
This commit is contained in:
parent
533133905a
commit
422a792866
@ -55,7 +55,7 @@ install:
|
|||||||
elif [ ${QT} == 'pyside' ]; then
|
elif [ ${QT} == 'pyside' ]; then
|
||||||
travis_retry sudo apt-get -qq -y install python3-pyside;
|
travis_retry sudo apt-get -qq -y install python3-pyside;
|
||||||
else
|
else
|
||||||
pip install PyQt5
|
pip install PyQt5;
|
||||||
fi;
|
fi;
|
||||||
else
|
else
|
||||||
conda create -n testenv --yes --quiet pip python=$PYTHON &&
|
conda create -n testenv --yes --quiet pip python=$PYTHON &&
|
||||||
|
Loading…
Reference in New Issue
Block a user