Does gui test work?

This commit is contained in:
Veronica K. B. Olsen
2019-05-16 23:34:05 +02:00
parent e1b6b4c81f
commit 740a5c808f
+1 -1
View File
@@ -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