aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 23:43:31 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 23:43:31 -0700
commit4b33474f210650c033eba42364b08fa8fd21dc4e (patch)
treee4f9c4dc3522e4e8dd4f56b376aa70bcd014fe70 /.travis.yml
parent7d8919bf80442b2fe88735c8675b5f243c5272b9 (diff)
downloadvidslice-4b33474f210650c033eba42364b08fa8fd21dc4e.tar.gz
vidslice-4b33474f210650c033eba42364b08fa8fd21dc4e.zip
why is this so hard
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e8d47a1..9f1a763 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ 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}