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
commit 77947f212e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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