-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
add testenv-configuration for installer command #35
Comments
Original comment by @carljm I filed pull request 61 with a first pass at this. |
Original comment by @carljm Sounds good, thanks, I'll see if I can get a pull request in this week. |
Original comment by @hpk42 Hi Carl. OK, let's go for customizing installation commands. I think we need both one for "installer_deps" and "installer_package". Both should be [testenv*] variables. A PR also requires some docs and we may need to introduce a substituion-var to get access to the dependency name(s) and package location, respectively. I plan to do a 1.6 next week and am ready to review this week any proposed changes. |
Original comment by @carljm I have a client with the same issue. @hpk42 can you offer any guidance on how you'd like to address it? I can put together a pull request either for an additional find-links tox option, or for a more general "construct your own pip command line" option. I lean towards the latter. |
pip and easy_install both support --find-links as an alternative to using an index server.
we use --find-link stores at my company to store our local distributions.
as it is, to use tox, we have to add the findlink directives to the pip config for the user account running tox.
instead of just adding options to pip/easy_install one by one you could consider just offering an "advanced" option to allow users to construct their own pip/easy_install commands in the config.
The text was updated successfully, but these errors were encountered: