Update advanced.rst

This commit is contained in:
Dan Ryan
2018-04-11 00:12:58 -04:00
committed by GitHub
parent 31230b1a37
commit a60077862c
+2 -2
View File
@@ -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``.