diff --git a/.travis.yml b/.travis.yml index 7caa02d09..c5246750c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,8 +69,8 @@ before_script: script: - | if [ -n "$LINT" ]; then - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics + flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=embroidermodder + flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=embroidermodder elif [ -n "$BUILD" ]; then ( cd embroidermodder/experimental