diff --git a/.travis.yml b/.travis.yml index 4400f7e9e..3b5a59f6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: ## Display the linter issues - cat flake8_warnings.txt ## Make sure that we haven't increased the amount of warnings. -- PYTHON_WARNINGS_AMOUNT_UPPER_LIMIT=190 +- PYTHON_WARNINGS_AMOUNT_UPPER_LIMIT=100 - if [ $(tail -n 1 flake8_warnings.txt) -gt $PYTHON_WARNINGS_AMOUNT_UPPER_LIMIT ]; then echo "Too many python linter warnings! Failing this build. Lower the amount of linter errors in this and try again. " && exit 1; fi ## Run unit tests