pip correction
This commit is contained in:
parent
0eedb5c18e
commit
09f4f5d82a
11
.travis.yml
11
.travis.yml
@ -47,8 +47,13 @@ install:
|
|||||||
travis_retry sudo apt-get -qq -y install python3-numpy &&
|
travis_retry sudo apt-get -qq -y install python3-numpy &&
|
||||||
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&
|
curl http://python-distribute.org/distribute_setup.py | sudo python3 &&
|
||||||
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | sudo python3 &&
|
||||||
sudo pip-3.3 install pytest &&
|
which pip;
|
||||||
sudo pip-3.3 install flake8;
|
which pip3;
|
||||||
|
which pip-3;
|
||||||
|
which pip3.2;
|
||||||
|
which pip-3.2;
|
||||||
|
sudo pip-3.2 install pytest &&
|
||||||
|
sudo pip-3.2 install flake8;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
@ -85,7 +90,7 @@ install:
|
|||||||
travis_retry sudo apt-get -qq -y install python-opengl;
|
travis_retry sudo apt-get -qq -y install python-opengl;
|
||||||
else
|
else
|
||||||
echo "Using OpenGL stable version (pip)";
|
echo "Using OpenGL stable version (pip)";
|
||||||
pip-3.3 install -q PyOpenGL;
|
pip-3.2 install -q PyOpenGL;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user