From 740a5c808f61de8f2e1f896cc8f3921901a3bb1e Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 23:34:05 +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 868cce71..2f4b15ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ install: # - pip install pytest-qt - pip install codecov script: - - python -m pytest --cov=nw -m "project|core" -v + - python -m pytest --cov=nw -m "project|core|gui" -v after_success: - codecov