Remove Python 2.7, 3.5 testing, add PyQt 5#524
Conversation
|
You should be able to get things to run with pip-installed |
This comment has been minimized.
This comment has been minimized.
rahulporuri
left a comment
There was a problem hiding this comment.
We can make the same changes on appveyor too, right?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@rahulporuri Thanks for the quick turnaround on reviewing. I think this now works, care to give it a final look? I had to make one non-trivial change for pyside2: under pyside2, instantiating a from pyface.qt import QtCore, QtGui
app = QtGui.QApplication([])
size = QtCore.QSize(10, 10)
f = QtGui.QFrame(size=size) # complains about missing setSize methodThe commit history is cluttered, so we should merge this with squash-merge. |
|
Ha, you beat me to it :) |
|
yep yep I wasn't sure why |
as it says on the tin.
Note: this means that we effectively don't test with wxpython and pyside any more.
@rahulporuri Do you know of any other toolkits that are supported under Python 3.6?