You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
travis-ci.org was scheduled for shutdown Dec 31, 2020 . It seems to slowly still be working at the moment, but apparently people are intended to transition over to travis-ci.com or use something else.
https://github.com/Pylons/deform is another open source project that switched from Travis over to Github Actions for automated testing, so it may be a good template to mimic for switching.
The text was updated successfully, but these errors were encountered:
* Makefile: define phony targets
* Improve how dependencies are referenced
I want to drop python 2 support, but will do that later.
* Migrate from travis-ci to github actions
Closes#149.
* Makefile: remove PYTHONPATH hackery
* Makefile: split dedicated target for running tests
Better output in CI.
Co-authored-by: francisco souza <[email protected]>
travis-ci.org was scheduled for shutdown Dec 31, 2020 . It seems to slowly still be working at the moment, but apparently people are intended to transition over to travis-ci.com or use something else.
https://github.com/Pylons/deform is another open source project that switched from Travis over to Github Actions for automated testing, so it may be a good template to mimic for switching.
The text was updated successfully, but these errors were encountered: