biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Use tox and Github actions in all the supported add-ons. #5145

Closed JakaKokosar closed 3 years ago

JakaKokosar commented 3 years ago

For the sake of consistency migrate from Travis to Github actions and start using tox across all the supported add-ons.

List of supported add-ons (https://github.com/biolab/orange3-addons):

Unofficially official:

We want add-ons to test against different versions of Orange, orange-canvas and widget-base. As discussed with @markotoplak, we proposed the following tox environments:

Add-ons will be tested on all three major platforms and Python versions 3.7 and 3.8. It will be possible to easily start experimental testing with python 3.9 when we decide to.

JakaKokosar commented 3 years ago

Closing this issue, migration is complete.