Move linting requirements to a requirements file

This commit is contained in:
Pradyun Gedam 2018-06-16 00:08:33 +05:30
parent c57705d1e4
commit 69783941c7
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,2 @@
flake8 == 3.3.0
isort == 4.2.5

View File

@ -34,9 +34,7 @@ commands =
python setup.py check -m -r -s
[lint]
deps =
flake8==3.3.0
isort==4.2.5
deps = -r{toxinidir}/tools/lint-requirements.txt
commands =
flake8 .
isort --recursive --check-only --diff src/pip tests