make flake8 a bit more specific

Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
akoskaaa 2015-03-26 09:09:15 -07:00
parent fa2fb6bd38
commit 4e0f555c58
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ deps =
-rrequirements-dev.txt -rrequirements-dev.txt
commands = commands =
nosetests -v {posargs} nosetests -v {posargs}
flake8 flake8 compose tests setup.py
[flake8] [flake8]
# ignore line-length for now # ignore line-length for now