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