hmeine / qimage2ndarray

qimage2ndarray is a small python extension for quickly converting between QImages and numpy.ndarrays (in both directions).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should have CI testing

hmeine opened this issue · comments

It would be nice to have tests run automatically on all supported platforms. So far, I tried testing with

  • Python 2 and Python 3
  • PyQt4, PyQt5, PySide, and PySide2

However, in the meantime I do not have all of these installed anymore, so some combinations may already be broken. Which may be acceptable, but we should know and decide this explicitly.

I just found I got a CircleCI account, but it is not obvious to me how to set CircleCI up for the above.

I did some quick experiments, and CircleCI now seems to be set up. Probably, we could improve the integration somehow (badges in the docs or so), but at least, the tests run (for PyQt5 and PySide2), so I'll consider this issue resolved.