diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:17:29 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-01-23 22:17:29 -0500 |
| commit | 2e3e43e1ca3ff5113dfe892010f8b2e03bad928e (patch) | |
| tree | 5114cac983936cd795a66461908c62a075068d32 /.travis.yml | |
| parent | 0cbf3544b74c3099db8e60ec6c69ec1ddd56b1f6 (diff) | |
don't lint embroidermodder's python files
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7caa02d0..c5246750 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 |
