Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the default paths for conda on windows where the python.exe found was not the correct one #310

Merged
merged 9 commits into from
Jun 21, 2020

Commits on Apr 20, 2020

  1. Virtual environments now have a bin_paths attribute instead of a si…

    …ngle `bin`. `command.run` and `which` both have their `path` argument renamed `paths` and supporting a list of paths, to handle it. Fixes wntrblm#256
    Sylvain MARIE committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e6cfbc3 View commit details
    Browse the repository at this point in the history
  2. Updated tests to handle the paths renaming of the path argument i…

    …n `nox.command.run`, and the `bin` to `bin_paths` renaming in `virtualenv`
    Sylvain MARIE committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    18f1ec4 View commit details
    Browse the repository at this point in the history
  3. First conda test on windows

    Sylvain MARIE committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ef06e46 View commit details
    Browse the repository at this point in the history
  4. Black-ened code

    Sylvain MARIE committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c032e1c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Merge branch 'master' of https://github.com/theacodes/nox into fix_is…

    …sue_256
    Sylvain MARIE committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    6050ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc34a4 View commit details
    Browse the repository at this point in the history
  3. Fixed lint error

    Sylvain MARIE committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    c067361 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    a599aaf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/theacodes/nox into fix_is…

    …sue_256
    Sylvain MARIE committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    0e64fd1 View commit details
    Browse the repository at this point in the history