diff --git a/.travis.yml b/.travis.yml index e99c701c..34bb9dda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,10 +51,15 @@ install: - conda update conda --yes - conda create -n test_env python=${PYTHON} --yes - source activate test_env - - conda install numpy pyopengl pyqt pytest flake8 six coverage --yes - - if [${QT} == 'pyqt']; then - conda install pyqt4 --yes; - elif [${QT} == 'pyside']; then + - conda install numpy pyopengl pytest flake8 six coverage --yes + - echo ${QT} + - echo ${TEST} + - echo ${PYTHON} + + - if [ "${QT}" == "pyqt" ]; then + conda install pyqt --yes; + fi; + - if [ "${QT}" == "pyside" ]; then conda install pyside --yes; fi; - pip install pytest-xdist # multi-thread py.test