From 7d8919bf80442b2fe88735c8675b5f243c5272b9 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 23:34:54 -0700 Subject: dependency wrestling part 2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9f1a763..e8d47a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: before_install: - chmod +x scripts/setup_${TRAVIS_OS_NAME}.sh - . scripts/setup_${TRAVIS_OS_NAME}.sh + - set +x install: - which python3 && export PYTHON=python3 || export PYTHON=python - echo ${PYTHON} -- cgit v1.2.3