Skip to content
Snippets Groups Projects
Commit 135b4a81 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Use pyqt not pypt=4

parent 573a887a
No related branches found
No related tags found
No related merge requests found
...@@ -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/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment