MNT: Respect QT environmental variable
This commit is contained in:
parent
4a1ceaf8cc
commit
668884a974
@ -52,7 +52,9 @@ install:
|
|||||||
- conda create -n test_env python=${PYTHON} --yes
|
- conda create -n test_env python=${PYTHON} --yes
|
||||||
- source activate test_env
|
- source activate test_env
|
||||||
- conda install numpy pyopengl pyqt pytest flake8 six coverage --yes
|
- conda install numpy pyopengl pyqt pytest flake8 six coverage --yes
|
||||||
- if [${PYTHON} == '2.7']; then
|
- if [${QT} == 'pyqt']; then
|
||||||
|
conda install pyqt4 --yes;
|
||||||
|
elif [${QT} == 'pyside']; then
|
||||||
conda install pyside --yes;
|
conda install pyside --yes;
|
||||||
fi;
|
fi;
|
||||||
- pip install pytest-xdist # multi-thread py.test
|
- pip install pytest-xdist # multi-thread py.test
|
||||||
|
Loading…
Reference in New Issue
Block a user