mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
VMTYPE env variable for build vs test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user