mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update advanced.rst
This commit is contained in:
+2
-2
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user