don't lint embroidermodder's python files

pull/38/head
Lex Neva 2018-01-23 22:17:29 -05:00
rodzic 0cbf3544b7
commit 2e3e43e1ca
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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