Travis logic cleanup

This commit is contained in:
Jay Lee
2020-03-29 17:54:58 -04:00
parent ff92cb53cc
commit cbdaa143ea
3 changed files with 16 additions and 57 deletions

View File

@@ -12,7 +12,6 @@ gmail.googleapis.com
groupssettings.googleapis.com
iam.googleapis.com
licensing.googleapis.com
plus.googleapis.com
reseller.googleapis.com
sheets.googleapis.com
siteverification.googleapis.com

View File

@@ -1,4 +1,4 @@
if [ "$VMTYPE" == "test" ]; then
if [ "$TRAVIS_JOB_NAME" == *"Testing" ]; then
export python="python"
export pip="pip"
echo "Travis setup Python $TRAVIS_PYTHON_VERSION"