Skip to content

Commit 735fe7f

Browse files
committed
Merge pull request #670 from opdemand/pin-pep-pyflakes
Pin pep8, pyflakes and flake8 to avoid Travis errors
2 parents b6531ce + 38647cb commit 735fe7f

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)