jazzband / django-nose

Django test runner using nose
http://pypi.python.org/pypi/django-nose
BSD 3-Clause "New" or "Revised" License
882 stars 239 forks source link

Adopt tox-travis #316

Closed jwhitlock closed 3 years ago

jwhitlock commented 4 years ago

tox-travis is a plugin for tox that simplifies the setup between tox and Travis. For simpler projects, it makes it trivial to test against various Python versions. The django-nose configuration is more complex:

This may be possible with the Advanced Configuration.

The alternative, of a carefully constructed test matrix in .travis.yml, is repetitive, yet error prone when dropping or adding support, versus the tox notation for specifying variants:

https://github.com/jazzband/django-nose/blob/c48bd0e6b8e0f4c25af17feb83f1f06f3ce0254e/tox.ini#L1-L10

jezdez commented 3 years ago

This is moot due to #317 which also used tox-gh-actions.