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:
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:
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. Thedjango-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 thetox
notation for specifying variants:https://github.com/jazzband/django-nose/blob/c48bd0e6b8e0f4c25af17feb83f1f06f3ce0254e/tox.ini#L1-L10