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