Nox v2019.4.11 Release Notes

Release Date: 2019-04-11 // almost 5 years ago
    • ๐Ÿ“š Include changelog in documentation. (#177)
    • ๐ŸŒฒ Use the relative path of the virtualenv in the "creating virtualenv" log message. (#176)
    • ๐Ÿ‘ Allow not passing "--upgrade" to session.install and change its default behavior to not upgrade. (#172)
    • Expand environment variables when loading the noxfile from provided path. (#171)
    • โž• Add documentation around using Docker to run Nox. (#164)
    • Don't colour output if NO_COLOR is set. (#163)
    • ๐Ÿ›  Fix tox casing to be consistent with their docs, remove .` from pytest. (#160)
    • โšก๏ธ Update issue templates.
    • Add CODE_OF_CONDUCT.md.
    • โž• Add --install-only flag to install dependencies without running anything (#153)
    • ๐Ÿ›  Fix function name in docs. (#155)
    • ๐Ÿ‘ Allow silent argument to be set in session.install. (#157)
    • โš™ Run sessions in the same order specified on the command line. (#152)