Skip to content

Commit 38647cb

Browse files
author
Gabriel Monroy
committed
pin pep8, pyflakes and flake8 to avoid travis errors
1 parent b6531ce commit 38647cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

controller/dev_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ coverage>=3.7.1
1919
docutils>=0.11
2020

2121
# Run "make flake8" to check python syntax and style
22-
flake8>=2.1.0
22+
flake8==2.1.0
23+
pep8==1.4.6
24+
pyflakes==0.7.3
2325

2426
# Python expect is used to automate client-driven tests
2527
pexpect>=3.1

0 commit comments

Comments
 (0)