Skip to content

Commit

Permalink
Pin flake8 version
Browse files Browse the repository at this point in the history
Do not pin when forward-merging to dev branch.
Also ignore .tox/ and eggs/ as in #2650 .
  • Loading branch information
nsoranzo committed Aug 10, 2016
1 parent 33c4025 commit f4cb63d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ci/flake8_blacklist.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.venv/
.tox/
eggs/
client/
database/
doc/patch.py
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ skipsdist = True
[testenv:py27-lint]
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8==3.0.4

[testenv:py26-lint]
commands = bash .ci/flake8_wrapper.sh
whitelist_externals = bash
deps = flake8
deps = flake8<3.0.0

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


[testenv:py27-unit]
Expand Down

0 comments on commit f4cb63d

Please sign in to comment.