We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nox.session(python=['3.5', '3.6']) def test(): ...
$ nox -s test-3.7 nox> Warning: running session with custom interpreter ...
Raised in #95
The text was updated successfully, but these errors were encountered:
Noting here that pip's use cases would benefit from this.
We frequently have folks who's want to run pip on a not-in-the-list interpreter, to make sure things work on other platforms.
Sorry, something went wrong.
@pradyunsg I am going to take some time tomorrow and see about this.
crwilcox
Successfully merging a pull request may close this issue.
$ nox -s test-3.7 nox> Warning: running session with custom interpreter ...
Raised in #95
The text was updated successfully, but these errors were encountered: