Suor / django-cacheops

A slick ORM cache with automatic granular event-driven invalidation.
BSD 3-Clause "New" or "Revised" License
2.12k stars 227 forks source link

Setup github actions for CI #412

Closed jairhenrique closed 3 years ago

jairhenrique commented 3 years ago
Suor commented 3 years ago

BTW, tests broken on master is ok, in travis it was marked as "allow fail".

jairhenrique commented 3 years ago

@Suor I remove master from matrix because I don't know how skip failure between github actions and tox-ghactions. On the other hand, I put django 4 to matrix.

The final list:

py36-dj30
py36-dj31
py37-dj30
py37-dj31
py37-dj32
py38-dj21
py38-dj22
py38-dj30
py38-dj31
py38-dj32
py38-dj40
py39-dj30
py39-dj31
py39-dj32
py39-dj40
py310-dj32
py310-dj40
pypy3-dj30
pypy3-dj31
pypy3-dj32
Suor commented 3 years ago

Thanks