Skip to content

Commit 3e8bae3

Browse files
committed
move yapf-recursive-diff {contrib => tests/integrations}
1 parent 803b0f2 commit 3e8bae3

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
File renamed without changes.

tox.ini

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ commands = python setup.py check -m -r -s
1515

1616
[testenv:lint]
1717
commands =
18-
{toxinidir}/contrib/yapf-recursive-diff --exclude 'tests/regression/headerdb/*' compdb tests setup.py
19-
flake8 --exclude=tests/regression/headerdb compdb tests setup.py
18+
{toxinidir}/tests/integration/yapf-recursive-diff \
19+
--exclude 'tests/integration/*' \
20+
--exclude 'tests/regression/headerdb/*' \
21+
compdb tests setup.py
22+
flake8 compdb tests setup.py
2023

2124
[flake8]
22-
exclude = .tox,*.egg
23-
select = E,W,F,N
25+
exclude =
26+
*.egg,
27+
.tox,
28+
tests/integration,
29+
tests/regression/headerdb

0 commit comments

Comments
 (0)