Merge pull request #1033 from yoavcaspi/fix_tox_venv

restore testenv:venv section
This commit is contained in:
Anthony Sottile
2019-05-13 15:19:15 -07:00
committed by GitHub

View File

@@ -15,6 +15,10 @@ 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