Skip to content

Commit

Permalink
Pin flake8 version
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Nov 7, 2017
1 parent 5d1b652 commit cdf9acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mock==1.0.1
pytest==2.9.1
coverage==3.7.1
pytest-cov==2.1.0
flake8==2.4.1
flake8==3.4.1
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ deps =

[testenv:flake8]
commands = flake8 docker tests setup.py
deps = flake8
deps =
-r{toxinidir}/test-requirements.txt

0 comments on commit cdf9acb

Please sign in to comment.