Skip to content

Commit

Permalink
Ignore testing PyQt6 and PySide6. Can't get Travis to install these c…
Browse files Browse the repository at this point in the history
…orrectly.
  • Loading branch information
Dennis-van-Gils committed Sep 14, 2022
1 parent 236e4d5 commit a79f9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ python:

env:
- QTLIB="PyQt5"
- QTLIB="PyQt6"
# - QTLIB="PyQt6"
- QTLIB="PySide2"
- QTLIB="PySide6"
# - QTLIB="PySide6"

addons:
apt:
Expand Down

0 comments on commit a79f9c8

Please sign in to comment.