westerveltco / django-flyio

A set of simple utilities for Django apps running on Fly.io.
MIT License
4 stars 1 forks source link

Add `tox` or `nox` for test running #8

Closed joshuadavidthomas closed 1 year ago

joshuadavidthomas commented 1 year ago

I've used tox in the past, and it certainly is the Python package standard for testing across multiple environments, but I find the configuration a little confusing (especially coming back to it after a while). nox is an interesting alternative.