VMTYPE env variable for build vs test

This commit is contained in:
Jay Lee
2019-05-06 10:23:45 -04:00
parent 06525ff690
commit 260160ade1
2 changed files with 12 additions and 1 deletions

View File

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