From a60077862c605740cef43d221e42f119624ef797 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Wed, 11 Apr 2018 00:12:58 -0400 Subject: [PATCH] Update advanced.rst --- docs/advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 41147194..5f1852ff 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -452,8 +452,8 @@ and external testing:: commands= {[testenv]deps} pipenv install --dev - flake8 --version - flake8 setup.py docs project test + pipenv run flake8 --version + pipenv run flake8 setup.py docs project test ``pipenv`` will automatically use the virtualenv provided by ``tox``. If ``pipenv install --dev`` installs e.g. ``pytest``, then installed command ``py.test`` will be present in given virtualenv and can be called directly by ``py.test tests`` instead of ``pipenv run py.test tests``.