From 814f7a6331be5dae7008af6f1cf8576d2b934f2d Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Thu, 16 May 2019 23:24:01 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce16ec73..173624cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,14 @@ addons: packages: - libenchant-dev python: -# - "3.5" -# - "3.6" + # - "3.5" + # - "3.6" - "3.7" -# - "3.8-dev" + # - "3.8-dev" install: - pip install -r requirements.txt - pip install pytest-cov -# - pip install pytest-qt + # - pip install pytest-qt - pip install codecov script: - python -m pytest --cov=nw -m "project|core" -v