Skip vendored files

This commit is contained in:
Pradyun S. Gedam 2017-05-15 14:33:22 +05:30
parent 3fd4beb46d
commit 0c8592ccfa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ commands = flake8 .
[testenv:isort]
basepython = python3.3
deps = isort==4.2.5
commands = isort --recursive --check-only --diff pip tests
commands = isort --recursive --check-only --skip _vendor --diff pip tests
[flake8]
exclude = .tox,*.egg,build,_vendor,data