Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
347 stars 77 forks source link

Use sqlite instead of postgres for tests #9

Closed rpkilby closed 6 years ago

rpkilby commented 6 years ago

Just a minor change to use sqlite instead of postgres.


Edit: Also added the flake8 build to CI.

Bogdanp commented 6 years ago

Thanks! The reason this used pg to begin with is that, initially, the model used some pg-specific columns.

I merged your changes with rebase here: https://github.com/Bogdanp/django_dramatiq/compare/baf783e97bd6287d60a26cf509993f10b3466995...8479cb2