This commit is contained in:
Jay Lee
2019-10-10 20:53:57 -04:00
parent f73120dbaa
commit a101e3e7a6

View File

@@ -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"