Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb78de0

Browse files
committed
move testenv:venv section to be in lexicographic order
1 parent 471fe7d commit bb78de0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[tox]
2-
project = pre_commit
32
envlist = py27,py36,py37,pypy,pypy3,pre-commit
43

54
[testenv]
@@ -11,15 +10,15 @@ commands =
1110
coverage report --fail-under 100
1211
pre-commit install
1312

14-
[testenv:venv]
15-
envdir = venv-{[tox]project}
16-
commands =
17-
1813
[testenv:pre-commit]
1914
skip_install = true
2015
deps = pre-commit
2116
commands = pre-commit run --all-files --show-diff-on-failure
2217

18+
[testenv:venv]
19+
envdir = venv-pre_commit
20+
commands =
21+
2322
[pep8]
2423
ignore = E265,E501,W504
2524

0 commit comments

Comments
 (0)