diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-03 11:26:22 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-03 11:26:22 -0400 |
| commit | 225e727f61fb676a97c9da522869d2847ac9148a (patch) | |
| tree | e5644c57cfeb0aa4b41868aa4dd4a531613fe045 | |
| parent | ba11af474128bf877eccd393a7c4028feea15e42 (diff) | |
set -x
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 44bd86f8..2122a3d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,6 +156,7 @@ before_script: script: - | set -e + set -x 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 |
