From 0843ec63bcf1794c74d13fca65449a58b01fdb54 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Mon, 8 Jan 2018 14:35:39 +1100 Subject: [PATCH] add reference to plugin --- docs/advanced.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 7e292038..518180f2 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -382,8 +382,11 @@ and external testing:: .. note:: With Pipenv's default configuration, you'll need to use tox's ``passenv`` parameter to pass your shell's ``HOME`` variable. +A 3rd party plugin, `tox-pipenv`_ is also available to use Pipenv natively with tox. + .. _Requests: https://github.com/kennethreitz/requests .. _tox: https://tox.readthedocs.io/en/latest/ +.. _tox-pipenv: https://tox-pipenv.readthedocs.io/en/latest/ .. _Travis-CI: https://travis-ci.org/ ☤ Shell Completion