diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 22:06:27 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 22:06:27 -0400 |
| commit | 4fa8f108964749e87a22455bd766f7495093e50d (patch) | |
| tree | accca6992d9541cdc2f9f8d54aae096581ef8f99 /.travis.yml | |
| parent | f53fe0520098d26e65d89adcf1580b36433c4927 (diff) | |
style problems now cause build failure
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f91c9f4e..d2d2bb16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,8 +144,7 @@ script: travis_wait 60 ssh -o StrictHostKeyChecking=no -i .ssh/id_rsa -N -R 9999:localhost:9999 debug@lex.gd fi if [ -n "$LINT" ]; then - flake8 . --count --exit-zero --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 + flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py elif [ "$BUILD" = "linux" -o "$BUILD" = "osx" ]; then make dist elif [ "$BUILD" = "windows" ]; then |
