Skip to content

Commit a79f9c8

Browse files
Ignore testing PyQt6 and PySide6. Can't get Travis to install these correctly.
1 parent 236e4d5 commit a79f9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ python:
88

99
env:
1010
- QTLIB="PyQt5"
11-
- QTLIB="PyQt6"
11+
# - QTLIB="PyQt6"
1212
- QTLIB="PySide2"
13-
- QTLIB="PySide6"
13+
# - QTLIB="PySide6"
1414

1515
addons:
1616
apt:

0 commit comments

Comments
 (0)