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``.