Don't lock down minor version when linting

This commit is contained in:
Pradyun S. Gedam 2017-05-15 14:25:44 +05:30
parent d4f91fdb5a
commit 69a30e8fbe
1 changed files with 3 additions and 3 deletions

View File

@ -26,17 +26,17 @@ commands =
python setup.py check -m -r -s
[testenv:pep8]
basepython = python2.7
basepython = python2
deps = flake8==3.3.0
commands = flake8 .
[testenv:py3pep8]
basepython = python3.3
basepython = python3
deps = flake8==3.3.0
commands = flake8 .
[testenv:isort]
basepython = python3.3
basepython = python3
deps = isort==4.2.5
commands = isort --recursive --check-only --diff pip tests