From 9922efda77b765e3e6b4542093fab6a77a01f2ff Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 17:06:05 +0200 Subject: [PATCH] Trying different packages --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2ffa4a2..5d7fbf31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,11 @@ addons: - libenchant-dev - python3-pyqt5 - python3-pyqt5.qtsvg + - python3-lxml install: # - pip install --upgrade pip - - pip install -r requirements.txt +# - pip install -r requirements.txt - pip install PyVirtualDisplay - pip install pytest-cov - pip install pytest-xvfb @@ -32,7 +33,7 @@ jobs: python: - 3.8 script: - - python -m pytest --cov=nw -m "project|core|gui" -v + - python -m pytest --cov=nw -v after_success: - codecov after_failure: @@ -43,14 +44,14 @@ jobs: python: - 3.6 script: - - python -m pytest -m "project|core|gui" -v + - python -m pytest -v - python: - 3.7 script: - - python -m pytest -m "project|core|gui" -v + - python -m pytest -v - python: - 3.9-dev script: - - python -m pytest -m "project|core|gui" -v + - python -m pytest -v