mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
move testenv:venv section to be in lexicographic order
This commit is contained in:
parent
471fe7d58f
commit
bb78de09d1
1 changed files with 4 additions and 5 deletions
9
tox.ini
9
tox.ini
|
|
@ -1,5 +1,4 @@
|
||||||
[tox]
|
[tox]
|
||||||
project = pre_commit
|
|
||||||
envlist = py27,py36,py37,pypy,pypy3,pre-commit
|
envlist = py27,py36,py37,pypy,pypy3,pre-commit
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
@ -11,15 +10,15 @@ commands =
|
||||||
coverage report --fail-under 100
|
coverage report --fail-under 100
|
||||||
pre-commit install
|
pre-commit install
|
||||||
|
|
||||||
[testenv:venv]
|
|
||||||
envdir = venv-{[tox]project}
|
|
||||||
commands =
|
|
||||||
|
|
||||||
[testenv:pre-commit]
|
[testenv:pre-commit]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps = pre-commit
|
deps = pre-commit
|
||||||
commands = pre-commit run --all-files --show-diff-on-failure
|
commands = pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
envdir = venv-pre_commit
|
||||||
|
commands =
|
||||||
|
|
||||||
[pep8]
|
[pep8]
|
||||||
ignore = E265,E501,W504
|
ignore = E265,E501,W504
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue