Skip to content

Commit

Permalink
pin flake8 deps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Sep 19, 2017
1 parent f154058 commit 7fd6813
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tox.ini
Expand Up @@ -6,8 +6,8 @@ skipsdist = True
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps =
flake8
flake8-docstrings>=1.1.0
flake8==3.4.1
flake8-docstrings==1.1.0

[testenv:py33-lint]
commands = bash .ci/flake8_py3_wrapper.sh
Expand All @@ -17,7 +17,7 @@ deps = flake8
[testenv:py34-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8==3.4.1

[testenv:py35-lint]
commands = bash .ci/flake8_py3_wrapper.sh
Expand All @@ -44,15 +44,15 @@ whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-import-order>=0.9
flake8-import-order==0.13

[testenv:py27-lint-imports-include-list]
commands = bash .ci/flake8_wrapper_imports.sh
whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-import-order>=0.9
flake8==3.4.1
flake8-import-order==0.13

[testenv:qunit]
commands = bash run_tests.sh -q
Expand Down Expand Up @@ -80,7 +80,7 @@ whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-docstrings>=1.1.0
flake8-docstrings==1.1.0


[testenv:py27-lint-docstring-include-list]
Expand All @@ -89,4 +89,4 @@ whitelist_externals = bash
skip_install = True
deps =
flake8
flake8-docstrings>=1.1.0
flake8-docstrings==1.1.0

0 comments on commit 7fd6813

Please sign in to comment.