-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
How this project correlates with tox. #154
Comments
you can specify a version of python with |
@kennethreitz this is not the problem he meant. Tox relies on its own virtualenvs and use old requirements.txt format, however it allows to use any custom command to install dependencies. But if we use |
What you guys are looking for might be the eventual integration of the |
@vadimadr there is a |
When used, a virtualenv will still be created, but it wont' be used for installation of packages. |
I explored this a bit, and the following works in my
Annoyingly it seems this only works in the actual test section, so all this stuff must be repeated for every test section. Also, this uses |
I'm trying to get my head around this tool and understand its proper usecases.
In tox I can create many virtual environments and run my tests in different ways against multiple python versions. Is it possible with
pipenv
right now or maybe planned milestone in the future?The text was updated successfully, but these errors were encountered: