From 59e588ebf571af9e7946d1b512fd899f14dde0e5 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 16:58:01 +0200 Subject: [PATCH] Move the install commands back --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 561951f3..b2ffa4a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,13 @@ addons: - python3-pyqt5.qtsvg install: - - pip install --upgrade pip +# - pip install --upgrade pip - pip install -r requirements.txt -# - pip install pytest-faulthandler - pip install PyVirtualDisplay + - pip install pytest-cov - pip install pytest-xvfb - pip install pytest-qt + - pip install codecov stages: - name: Main @@ -30,9 +31,6 @@ jobs: - Main python: - 3.8 - install: - - pip install pytest-cov - - pip install codecov script: - python -m pytest --cov=nw -m "project|core|gui" -v after_success: