Skip to content

Commit 0b1c03a

Browse files
authored
Merge pull request #5 from hetznercloud/freeze-flake8
Freeze flake8 version
2 parents e0e7edb + b61de77 commit 0b1c03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py27, py34, py35, py36, py37, flake8
33

44
[testenv:flake8]
55
basepython = python
6-
deps = flake8
6+
deps = flake8==3.6.0
77
commands = flake8 hcloud tests
88

99
[testenv]

0 commit comments

Comments
 (0)