From f8d015840a86bcd282c5bdf13fb360ded25efc0c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 23:35:49 +0200 Subject: [PATCH] Does gui test work? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f4b15ea..99231f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: 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