From 668884a974066f6ad6d7eb8c7a82e89c05ff3709 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Sat, 18 Jul 2015 08:39:01 -0400 Subject: [PATCH] MNT: Respect QT environmental variable --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f49dd3c1..e99c701c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,9 @@ install: - conda create -n test_env python=${PYTHON} --yes - source activate test_env - 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; fi; - pip install pytest-xdist # multi-thread py.test