From b4a89ede9fe7e9d5e9d0bac8b1f95249a197ef5a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sun, 11 Aug 2019 20:08:06 +0200 Subject: [PATCH] Dropping tests for Python 3.5 due to problems with unordered dictionaries and file comparison --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d40b1c68..7b537003 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: - python3-pyqt5 - python3-pyqt5.qtsvg python: - - "3.5" + - "3.6" - "3.7" install: - pip install -r requirements.txt