Use pytest-xvfb instead

This commit is contained in:
Veronica K. B. Olsen
2019-05-17 10:44:55 +02:00
parent b1bb89c33b
commit 217d7af2e9
+2 -1
View File
@@ -14,11 +14,12 @@ python:
install:
- pip install -r requirements.txt
# - pip install pytest-faulthandler
- pip install pytest-xvfb
- pip install pytest-cov
- pip install pytest-qt
- pip install codecov
script:
- xvfb-run -a python -m pytest --cov=nw -m "project|core|gui" -v -s
- python -m pytest --cov=nw -m "project|core|gui" -v
# - python -m pytest --cov=nw -m "project|core" -v
after_success:
- codecov