From 13cb526ff5ed63d29ee66ef184efc38c5376de74 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 23:37:53 +0200 Subject: [PATCH] GUI test does NOT work. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99231f9a..1caf14d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,16 +6,16 @@ addons: packages: - libenchant-dev python: - # - "3.5" - # - "3.6" +# - "3.5" +# - "3.6" - "3.7" - # - "3.8-dev" +# - "3.8-dev" install: - pip install -r requirements.txt - pip install pytest-cov - - pip install pytest-qt +# - pip install pytest-qt - pip install codecov script: - - python -m pytest --cov=nw -m "project|core|gui" -v + - python -m pytest --cov=nw -m "project|core" -v after_success: - codecov