populse / capsul

Collaborative Analysis Platform : Simple, Unifying, Lean
Other
7 stars 14 forks source link

Drop AppVeyor CI #262

Closed sapetnioc closed 1 year ago

sapetnioc commented 1 year ago

3.0 tests are using GitHub actions to allow easy installation and running of a Redis server. I would not know how to do the same with AppVeyor that is running Windows. To avoid to maintain two CI systems, we could move everything to Github actions.

sapetnioc commented 1 year ago

Tests ins v3.0 are now using pytest and GitHub actions. AppVeyor tests are triggered for all branches and are reported as failure for pull requests in v3.0. Therefore, I will try to switch from AppVeyor to GitHub actions for master branch too.

denisri commented 1 year ago

OK.

sapetnioc commented 1 year ago

Master branch is now tested 9 times: [Python 3.9, Python 3.10, Python 3.11] * [Linux, Mac, Windows] with Github actions.