From 7a42fe6f698845e26419b29f5517f8f42cad0958 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 26 Feb 2019 23:55:55 -0700 Subject: try installing things in a different way --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3