From b1bb89c33b38bd3f9ee2f4c6e6e2551d3fc88cda Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Fri, 17 May 2019 10:36:51 +0200 Subject: [PATCH] Add cache, disable faulthandler --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04925989..64988b2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,19 @@ +os: linux dist: xenial services: - xvfb language: python +cache: bundler sudo: required addons: apt: packages: - libenchant-dev python: - - "3.5" + - "3.7" install: - pip install -r requirements.txt - - pip install pytest-faulthandler +# - pip install pytest-faulthandler - pip install pytest-cov - pip install pytest-qt - pip install codecov