mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
pip
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
if [ "$VMTYPE" == "test" ]; then
|
||||
python -V
|
||||
python3 -V
|
||||
sudo apt-get -qq --yes update
|
||||
sudo apt-get -qq --yes install python-pip
|
||||
export python="python"
|
||||
export pip="pip"
|
||||
echo "Travis setup Python $TRAVIS_PYTHON_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user