melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Drop support for tox #129

Closed melinath closed 4 years ago

melinath commented 4 years ago

tox is not currently working well since it requires having all the relevant python versions installed, and using pyenv to install them doesn't seem to allow tox to work without specifying explicit python versions – and maybe not even then. We should just remove tox support and rely on continuous integration testing to get full python version coverage.