aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2019-02-26 23:55:55 -0700
committerMelody Horn <melody@boringcactus.com>2019-02-26 23:55:55 -0700
commit7a42fe6f698845e26419b29f5517f8f42cad0958 (patch)
treee92cdd5bc201c76aba71da61c1793a1c4f72b954 /.travis.yml
parent6715b3e7c2db387913264a6ae7059bc0efb0cb0d (diff)
downloadvidslice-7a42fe6f698845e26419b29f5517f8f42cad0958.tar.gz
vidslice-7a42fe6f698845e26419b29f5517f8f42cad0958.zip
try installing things in a different way
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 28cafac..350b64c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ before_install:
install:
- which python3 && export PYTHON=python3 || export PYTHON=python
- echo ${PYTHON}
- - ${PYTHON} -m pip install -r requirements.txt
+ - ${PYTHON} -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04/ -r requirements.txt
after_success:
- ${PYTHON} setup.py build
- ls build