Skip to content

Commit

Permalink
flake8 and pycodestyle have a bug: https://gitlab.com/pycqa/flake8/is…
Browse files Browse the repository at this point in the history
…sues/415 that is causing the travis builds to fail
  • Loading branch information
jay-johnson committed Apr 12, 2018
1 parent 846cf48 commit 159b2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"coverage",
"colorlog",
"docker-compose",
"flake8>=3.4.1",
"flake8==3.4.1",
"future",
"netifaces",
"pandas",
Expand Down

0 comments on commit 159b2ea

Please sign in to comment.