make flake8 a bit more specific
Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
parent
fa2fb6bd38
commit
4e0f555c58
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ set -e
|
|||
script/validate-dco
|
||||
|
||||
>&2 echo "Running lint checks"
|
||||
flake8
|
||||
flake8 compose tests setup.py
|
||||
|
||||
if [ "$DOCKER_VERSIONS" == "" ]; then
|
||||
DOCKER_VERSIONS="1.5.0"
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -8,7 +8,7 @@ deps =
|
|||
-rrequirements-dev.txt
|
||||
commands =
|
||||
nosetests -v {posargs}
|
||||
flake8
|
||||
flake8 compose tests setup.py
|
||||
|
||||
[flake8]
|
||||
# ignore line-length for now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue