Skip to content

2020.8.22

Compare
Choose a tag to compare
@theacodes theacodes released this 23 Aug 02:12
7107cd5
  • conda_install and install args are now automatically double-quoted when needed. (#312)
  • 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)