Skip to content

Commit

Permalink
flake8 2.6.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 26, 2016
1 parent 44d895a commit dc37a5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ skipsdist = True
[testenv:py27-lint]
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps = flake8==2.6.0
deps = flake8

[testenv:py33-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8==2.6.0
deps = flake8

[testenv:py34-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8==2.6.0
deps = flake8

[testenv:py35-lint]
commands = bash .ci/flake8_py3_wrapper.sh
whitelist_externals = bash
deps = flake8==2.6.0
deps = flake8

[testenv:py27-unit]
commands = bash run_tests.sh --no-create-venv -u
Expand Down

0 comments on commit dc37a5f

Please sign in to comment.