From 6cfa2853fe1d71c424612c2d81408dc3d5e3ae34 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 5 Feb 2020 01:02:18 +0100 Subject: [PATCH] trying to make travis run again --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d40b1c68..bba7e64e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,12 +11,17 @@ addons: - libenchant-dev - python3-pyqt5 - python3-pyqt5.qtsvg + - python3-appdirs + - python3-lxml + - python3-enchant python: - "3.5" - "3.7" install: - - pip install -r requirements.txt +# - pip install -r requirements.txt # - pip install pytest-faulthandler + - pip install latexcodec + - pip install pypandoc - pip install pytest-xvfb - pip install pytest-cov - pip install pytest-qt