提交 52a201f2 编写于 作者: K Kentaro Wada

Use pyqt not pypt=4

上级 08ed66e4
...@@ -70,7 +70,7 @@ install: ...@@ -70,7 +70,7 @@ install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then - if [ "$TRAVIS_OS_NAME" = "linux" ]; then
if [ "$USE_CONDA" = "true" ]; then if [ "$USE_CONDA" = "true" ]; then
conda create --name=labelme python=$TRAVIS_PYTHON_VERSION -q -y; conda create --name=labelme python=$TRAVIS_PYTHON_VERSION -q -y;
conda install pyqt=4 -q -y; conda install pyqt -q -y;
conda install scikit-image -q -y; conda install scikit-image -q -y;
else else
cp -r $(dirname $($SYSTEM_PYTHON -c 'import PyQt4; print(PyQt4.__file__)')) ~/virtualenv/python2.7/lib/python2.7/site-packages/; cp -r $(dirname $($SYSTEM_PYTHON -c 'import PyQt4; print(PyQt4.__file__)')) ~/virtualenv/python2.7/lib/python2.7/site-packages/;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册