Nox v2020.8.22 Release Notes

Release Date: 2020-08-23 // over 3 years ago
    • conda_install and install args are now automatically double-quoted when needed. (#312)
    • 0️⃣ Offline mode is now auto-detected by default by conda_install. This allows users to continue executing Nox sessions on already installed environments. (#314)
    • 🛠 Fix the default paths for Conda on Windows where the python.exe found was not the correct one. (#310)
    • ➕ Add the --add-timestamp option (#323)
    • ➕ Add Session.run_always(). (#331)