nyergler / nested-formset

Nest Django formsets for multi-level editing.
BSD 3-Clause "New" or "Revised" License
87 stars 21 forks source link

Update tox test matrix to match Travis CI #28

Closed jdufresne closed 7 years ago

jdufresne commented 7 years ago

Tox can now be used for testing all supported Python and Django versions. Use tox-travis to reduce the duplication of testing configuration. Travis will now use the tox configuration to build all environments. Easier to keep in sync.

nyergler commented 7 years ago

Sweet.

I wonder if we should just drop Python 3.3 from the test matrix. Not a big deal, but I don't think it has significant adoption (and is only officially supported through Django 1.8).