openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.07k stars 200 forks source link

[CI] Move drf-gis to Github actions #254

Closed nemesifier closed 3 years ago

nemesifier commented 3 years ago

We're out of travis CI credits but this can't go on any longer, let's switch to Github actions.

devkapilbansal commented 3 years ago

I will look into this

nemesifier commented 3 years ago

Great @devkapilbansal, thank you.

nemesifier commented 3 years ago

@devkapilbansal if you can, try to increase the version of DRF being tested, see #237.

devkapilbansal commented 3 years ago

@devkapilbansal if you can, try to increase the version of DRF being tested, see #237.

@nemesisdesign here DRF version is defined as :- https://github.com/openwisp/django-rest-framework-gis/blob/08ea3272d084e6894c57f98fecaebe98399d5056/tox.ini#L24

Which equals djangorestframework>=3.12.0, ==3.12.*. It is already tested on the latest version of DRF.