File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ testing environments for any kind of project.
2424.. Note :: This guide is written for Python 3, however, these instructions
2525 should also work on Python 2.7.
2626
27-
2827Installing Pipenv
2928-----------------
3029
@@ -114,7 +113,17 @@ when you share your project with others. You should get output similar to this
114113 Adding requests to Pipfile's [packages]...
115114 P.S. You have excellent taste! ✨ 🍰 ✨
116115
116+ .. Warning :: Due to an `open issue with pipenv`_, it's not currently reliable
117+ to use ``pipenv `` to create environments for different Python versions
118+ (as environment marker conditions may not be processed correctly).
119+ The interpreter version you use in your project should be the same as the
120+ interpreter version used to install ``pipenv ``.
121+ When testing against multiple versions with ``tox ``, install ``pipenv ``
122+ into each test environment, as described `here <pipenv-tox >`_.
123+
117124.. _Requests : https://python-requests.org
125+ .. _open issue with pipenv : https://github.com/pypa/pipenv/issues/857
126+ .. _pipenv-tox : https://docs.pipenv.org/advanced/#tox-automation-project
118127
119128
120129Using installed packages
You can’t perform that action at this time.
0 commit comments