Skip to content

Commit 746a293

Browse files
committed
Fix build
1 parent e96acf5 commit 746a293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
test_requirements = [
2222
'tox',
23-
'flake8'
23+
'flake8==2.6.0'
2424
]
2525

2626
setup(

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands =
2222

2323
[testenv:flake8]
2424
deps =
25-
flake8
25+
flake8==2.6.0
2626

2727
commands =
2828
flake8

0 commit comments

Comments
 (0)