FJNR-inc / dry-rest-permissions

Rules based permissions for the Django Rest Framework
ISC License
75 stars 11 forks source link

Actually use tox in travis build #22

Closed palfrey closed 2 years ago

palfrey commented 2 years ago

There was a complicated tox setup, and Travis installing tox to nominally check multiple configs. Except, that it then ignored all of that and just ran tests with the default Python! This PR makes it actually use tox in CI, removing a bunch of configs that just didn't work, and explicitly specifying various Python versions so the tox runs get the version they need.

RignonNoel commented 2 years ago

Good catch @palfrey! It seems to be like that since years and i didn't saw it since everything looked good on Travis builds generation.

Thanks for the fix!