From 217d7af2e99ef27ff4b2c34377dc294dcb0edf5c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Fri, 17 May 2019 10:44:55 +0200 Subject: [PATCH] Use pytest-xvfb instead --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64988b2f..fbdb1e3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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