Pin version of flake8 to 3.6.0 (current latest)

As things stand, tox can magically update flake8 on us and cause build
breakage.
This commit is contained in:
William Lachance 2018-10-24 15:21:36 -04:00 коммит произвёл Anthony Miyaguchi
Родитель 23cdf6480f
Коммит ae28c7bda3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,6 +16,6 @@ commands = pytest {posargs}
[testenv:flake8]
basepython = python2.7
deps =
flake8
flake8==3.6.0
commands =
flake8 mozetl tests --max-line-length=100