Suggest tox --devenv instead of tox -e venv

This commit is contained in:
Anthony Sottile 2019-06-25 18:19:10 -07:00
parent 702f1401d4
commit f4b3add8ab
3 changed files with 3 additions and 7 deletions

View file

@ -15,10 +15,6 @@ skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure
[testenv:venv]
envdir = venv-pre_commit
commands =
[pep8]
ignore = E265,E501,W504