From 23435ade1c7607cb1338ac32d678ebae42c3c49a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Fri, 17 May 2019 11:12:11 +0200 Subject: [PATCH] Add python 3.5 to default builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a2c57d5c..d40b1c68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ addons: - python3-pyqt5 - python3-pyqt5.qtsvg python: + - "3.5" - "3.7" install: - pip install -r requirements.txt @@ -22,7 +23,6 @@ install: - pip install codecov script: - python -m pytest --cov=nw -m "project|core|gui" -v -# - python -m pytest --cov=nw -m "project|core" -v after_success: - codecov after_failure: