Commit Graph

331 Commits

Author SHA1 Message Date
Cody 828652680e Merge branch 'master' into master 2018-04-12 23:13:21 -04:00
Cody abaf244cfc add PIPENV_INSTALL_TIMEOUT to envar index 2018-04-12 02:42:49 -04:00
Cody a0e11e56a0 add section on PIPENV_DEFAULT_PYTHON_VERSION 2018-04-12 02:37:04 -04:00
Cody 927fd19a4c clarify wording on some envars 2018-04-11 23:35:21 -04:00
Cody c3990c778c add section explaining PIPENV_VENV_IN_PROJECT 2018-04-11 23:27:16 -04:00
Cody d74e2afb38 fix typo 2018-04-11 23:09:59 -04:00
frostming 92f3789abb Mention scripts section in doc 2018-04-12 10:51:28 +08:00
Cody fa9f649d90 add more envars to docs 2018-04-11 22:35:05 -04:00
Cody 81b8bd3737 add section about PIPENV_CACHE_DIR in documentation 2018-04-11 19:39:57 -04:00
Dan Ryan 36b14998c0 Merge branch 'master' into man_tox 2018-04-11 00:16:39 -04:00
Dan Ryan 8d078f8a0b Update advanced.rst 2018-04-11 00:14:05 -04:00
Dan Ryan a60077862c Update advanced.rst 2018-04-11 00:12:58 -04:00
Dan Ryan c84e60cdaa Update vcs documentation
- Add link to pip docs
- Unquote `-e .` example
- Add detail to examples
- Closes #1908

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-04-10 19:27:30 -04:00
Jan Vlcinsky 31230b1a37 Documentation about usage in tox.ini updated (shorter call). 2018-04-07 23:27:11 +02:00
Stefan VanBuren 939d77cf40 Update advanced.rst
Needs an extra `:` to render the .rst properly
2018-03-29 11:31:30 -04:00
luz.paz 63f7e988f7 Misc. typos
Found via `codespell -q 3`
2018-03-27 13:42:27 -04:00
Davi Lima 01d56cc8a0 fix typo 2018-03-25 19:37:55 +02:00
Jeff Tratner 5cf7a7d552 Add doc note about environment variables 2018-03-23 00:17:28 -07:00
Tzu-ping Chung e2aae966d5 More pyenv notes 2018-03-23 13:21:43 +08:00
Tzu-ping Chung ff6e538c1a Locale debug 2018-03-23 13:21:43 +08:00
Tzu-ping Chung 60a762b4c6 Manually delete caches 2018-03-23 13:21:43 +08:00
Tzu-ping Chung 01a89c9508 Line ending 2018-03-23 13:21:43 +08:00
Tzu-ping Chung 256f8d75bd Reword 2018-03-23 13:21:42 +08:00
kennethreitz e8e38d7929 Merge pull request #1769 from dvf/dvf/parse-environment-variables
Allow values in Pipfile to consume Environment Variables
2018-03-20 08:16:31 -04:00
Tzu-ping Chung fed9569f9a Add faq page 2018-03-20 02:13:15 +08:00
Kalle Jepsen 72bbd6206a Remove recommendation to add passenv=HOME to tox.ini
I believe `passenv=HOME` is no (or no longer?) necessary, as pipenv will
use the virtualenv it is running in. In addition this adds a
recommendation to add `--ignore-pipfile` to `pipenv install`, to protect
the locked dependency set from accidental changes.
2018-03-17 20:35:14 +01:00
Daniel van Flymen f87e434cb2 Add explanation to Docs 2018-03-16 18:34:26 -04:00
Nick Coghlan 993525b539 Update pipenv check docs for Safety-DB removal
We removed the embedded copy of Safety-DB, so there's
no longer any copyright concern about the CC-BY-NC-SA
license, but it does mean `pipenv check` may end up throttled
eventually as all requests to the backend API use a common
key.
2018-03-15 21:20:51 +10:00
kennethreitz 7353803b89 --sequential flag
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 12:06:37 -04:00
kennethreitz ed1d34a373 lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:32:55 -04:00
kennethreitz 7a44a5ae76 more patterns
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:32:14 -04:00
kennethreitz ee864f813e commas
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:31:53 -04:00
kennethreitz 30a94b79a7 caps
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-14 08:31:35 -04:00
kennethreitz 4a112ff859 Merge pull request #1733 from ksonj/master
Add section on distinction between setup.py and Pipfile
2018-03-14 08:26:10 -04:00
Kalle Jepsen 05a82a2b2d Add section on distinction between setup.py and Pipfile 2018-03-14 13:16:59 +01:00
Nick Coghlan c1947126dc Revise pipenv check caveat for pyup.io feedback
Jannis Gebauer of pyup.io let us know that he's definitely fine
with commercial *use* of the `pipenv check` feature, so it's
only commercial redistributors of `pipenv` that may need to
take a closer look at the licensing situation, and perhaps
talk to `pyup.io` directly.

Follow-up to #1651
2018-03-14 21:06:13 +10:00
kennethreitz 043166d867 document caveats
#1683
2018-03-13 12:31:05 -04:00
Nick Coghlan 6c4ab02f63 Add a legal caveat on pipenv check
Closes #1651
2018-03-10 14:53:03 +10:00
kennethreitz 550d2d6630 Update advanced.rst 2018-03-09 15:15:39 -05:00
Jeff Tratner 2ca6255734 Site packages with conda 2018-03-09 11:59:00 -08:00
Brett Cannon 01c34e3b72 Use VS Code as the example editor for EDITOR usage
Now that VS Code has pipenv support out of the box, might at well use an example that doesn't require any extra setup 😉
2018-03-08 15:23:14 -08:00
kennethreitz e7cbc01ced reorder
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:14:55 -05:00
kennethreitz 6ec9438d96 cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:13:50 -05:00
kennethreitz 80b117efdc Merge branch 'master' of github.com:pypa/pipenv 2018-03-08 17:13:10 -05:00
kennethreitz 612d991613 new testimonial
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 17:13:02 -05:00
Brett Cannon c16bda61f0 Bump VS Code suport to no longer in progress 2018-03-08 12:06:26 -08:00
kennethreitz ee0641132b advanced
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:16:37 -05:00
kennethreitz 7b6bcbfd21 cloud hosting
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:12:47 -05:00
kennethreitz 45cdcd692f more
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:07:30 -05:00
kennethreitz c43777ac92 platform.sh
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 13:06:46 -05:00