output pip build log
This commit is contained in:
parent
dbce58d8cd
commit
0a871c6f36
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user