mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge pull request #1033 from yoavcaspi/fix_tox_venv
restore testenv:venv section
This commit is contained in:
commit
77947f212e
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue