diff --git a/.travis.yml b/.travis.yml index 974e934e..12f73fc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,9 +83,11 @@ install: - if [ "${PYTHON}" == "2.7" ]; then echo "Using OpenGL stable version (apt)"; travis_retry sudo apt-get -qq -y install python-opengl; + fi; else echo "Using OpenGL stable version (pip)"; pip3.2 install -q PyOpenGL; + cat /home/travis/.pip/pip.log; fi;