Skip to content

Commit e324b27

Browse files
committed
Pin flake8 to 2.3.0
1 parent b9f2d5d commit e324b27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ commands = check-manifest
2020

2121
[testenv:pep8]
2222
basepython = python2.7
23-
deps = flake8
23+
deps = flake8==2.3.0
2424
commands = flake8 .
2525

2626
[testenv:py3pep8]
2727
basepython = python3.3
28-
deps = flake8
28+
deps = flake8==2.3.0
2929
commands = flake8 .
3030

3131
[flake8]

0 commit comments

Comments
 (0)