[pep8] flake8 run for everything, fix items from this change

Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
akoskaaa 2015-03-25 23:15:34 -07:00
commit fa2fb6bd38
7 changed files with 9 additions and 10 deletions

View file

@ -8,7 +8,7 @@ set -e
script/validate-dco
>&2 echo "Running lint checks"
flake8 compose
flake8
if [ "$DOCKER_VERSIONS" == "" ]; then
DOCKER_VERSIONS="1.5.0"