aschn / drf-tracking

Utils to track requests to Django Rest Framework API views
http://drf-tracking.readthedocs.org/
ISC License
366 stars 95 forks source link

Reduce number of travis jobs #124

Closed triat closed 5 years ago

triat commented 5 years ago

So regarding #97, I did an ugly patch just to let TravisCI restart. I'm trying to update the tox + travis cfg to have something that doesn't start 400 jobs but just the right number.

We also might want to drop the test on specific database as we are not really doing anything special.

triat commented 5 years ago

Ok I still have to work on it, I though it was ok but it seems that there is something wrong in my cfg. I'll have a look

triat commented 5 years ago

hey @avelis, I think this time it is good, I've reduced the number of builds to 42, updated them, and normally there is the coverage running at the end if all the test succeeded.

It's is not optimal but I haven't found a better way to do it right now