aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 22:26:01 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 22:26:01 -0700
commit45cb0b314de712159cfffb2393dba0337a90ee23 (patch)
tree01d8c684658d38509873e79a2764bf8c518f588c /.travis.yml
parent4a7945ed518a47e37ddbf26856e2aed958fce81e (diff)
downloadvidslice-45cb0b314de712159cfffb2393dba0337a90ee23.tar.gz
vidslice-45cb0b314de712159cfffb2393dba0337a90ee23.zip
additional CI wrangling
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e040da..8dc0246 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,15 +10,14 @@ addons:
before_install:
- sh scripts/setup_${TRAVIS_OS_NAME}.sh
install:
- - export PYTHON=python
- - which python3 && export PYTHON=python3
+ - which python3 && export PYTHON=python3 || export PYTHON=python
- echo ${PYTHON}
- ${PYTHON} -m pip install -r requirements.txt
after_success:
- ${PYTHON} setup.py build
- ls build
- pushd build
- - zip $(ls).zip -r $(ls)/ || powershell Compress-Archive -Path $(ls) -DestinationPath $(ls).zip
+ - zip vidslice-${TRAVIS_OS_NAME}.zip -r $(ls)/ || powershell Compress-Archive -Path $(ls) -DestinationPath vidslice-${TRAVIS_OS_NAME}.zip
- ls
- popd
deploy: