From a79f9c8d7200421c76e184e75d49a5461ede2827 Mon Sep 17 00:00:00 2001 From: Dennis van Gils <37263907+Dennis-van-Gils@users.noreply.github.com> Date: Thu, 15 Sep 2022 01:11:49 +0200 Subject: [PATCH] Ignore testing PyQt6 and PySide6. Can't get Travis to install these correctly. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f28a03..65d72fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ python: env: - QTLIB="PyQt5" - - QTLIB="PyQt6" + # - QTLIB="PyQt6" - QTLIB="PySide2" - - QTLIB="PySide6" + # - QTLIB="PySide6" addons: apt: