another pip try

This commit is contained in:
Luke Campagnola 2014-03-25 20:56:35 -04:00
parent 09f4f5d82a
commit b79c06121d
1 changed files with 9 additions and 8 deletions

View File

@ -45,15 +45,16 @@ install:
sudo pip install flake8;
else
travis_retry sudo apt-get -qq -y install python3-numpy &&
# Because python3-pip is musteriously missing from apt:
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
which pip;
which pip3;
which pip-3;
which pip3.2;
which pip-3.2;
sudo pip-3.2 install pytest &&
sudo pip-3.2 install flake8;
# which pip;
# which pip3;
# which pip-3;
# which pip3.2;
# which pip-3.2;
sudo pip3.2 install pytest &&
sudo pip3.2 install flake8;
fi;
# Qt
@ -90,7 +91,7 @@ install:
travis_retry sudo apt-get -qq -y install python-opengl;
else
echo "Using OpenGL stable version (pip)";
pip-3.2 install -q PyOpenGL;
pip3.2 install -q PyOpenGL;
fi;