aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 23:34:54 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 23:34:54 -0700
commit7d8919bf80442b2fe88735c8675b5f243c5272b9 (patch)
treec72c8e00039388635cf63228f06dccba1488e359 /.travis.yml
parent519536fdd0fe708b4192f3e5c2b02375435e133b (diff)
downloadvidslice-7d8919bf80442b2fe88735c8675b5f243c5272b9.tar.gz
vidslice-7d8919bf80442b2fe88735c8675b5f243c5272b9.zip
dependency wrestling part 2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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}