fix syntax

This commit is contained in:
Luke Campagnola 2014-03-25 22:54:19 -04:00
parent 0a871c6f36
commit 9f9bca47c1
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ 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;