Nox v2018.10.9 Release Notes

Release Date: 2018-10-10 // over 5 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • โš  Skip sessions with missing interpreters. Previously, missing interpreters would cause a failed session. Now they just cause a warning. The previous behavior can be used via --error-on-missing-interpreters. (#140)

    ๐Ÿ†• New features:

    • โž• Add session.python property.

    Other changes:

    • ๐Ÿ›  Fix some warnings about escape sequences.
    • ๐Ÿ’ป Group command line args by usage for readability.
    • Blacklist more Tox env vars in nox-to-tox.
    • ๐Ÿ“š Documentation fixes, spelling, etc. (#134)
    • Mention stickers in the contributors guide.
    • Mention Invoke as a Nox alternative.