From f5a1ae4e9956f8a120f0a2048ff29953bf032d2d Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 22:44:14 -0700 Subject: further adventures in debugging an environment i don't control --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8dc0246..49e8c95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ addons: packages: - python before_install: - - sh scripts/setup_${TRAVIS_OS_NAME}.sh + - . sh scripts/setup_${TRAVIS_OS_NAME}.sh install: - which python3 && export PYTHON=python3 || export PYTHON=python - echo ${PYTHON} -- cgit v1.2.3