output pip build log

This commit is contained in:
Luke Campagnola 2014-03-25 22:47:58 -04:00
parent dbce58d8cd
commit 0a871c6f36
1 changed files with 2 additions and 0 deletions

View File

@ -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;